We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3712966 commit 2114f5bCopy full SHA for 2114f5b
bin/index.js
@@ -4,6 +4,8 @@ const zlib = require('zlib');
4
const { minify } = require('terser');
5
const pkg = require('../package.json');
6
7
+if (!fs.existsSync('dist')) fs.mkdirSync('dist');
8
+
9
/**
10
* @param {string} file
11
* @param {string} source
0 commit comments