We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da83eb1 + 04d0489 commit 02c4b5aCopy full SHA for 02c4b5a
1 file changed
webpack.config.js
@@ -7,7 +7,7 @@ const args = require('minimist')(process.argv.slice(2));
7
const allowedEnvs = ['dev', 'dist', 'test'];
8
9
// Set the correct environment
10
-var env;
+let env;
11
if (args._.length > 0 && args._.indexOf('start') !== -1) {
12
env = 'test';
13
} else if (args.env) {
0 commit comments