We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d799504 commit b6335e9Copy full SHA for b6335e9
package.json
@@ -8,9 +8,9 @@
8
"test": "tests"
9
},
10
"scripts": {
11
- "build": "webpack --progress --hide-modules --config webpack.prod.js",
12
- "dev": "webpack --progress --watch --config webpack.dev.js",
13
- "watch": "webpack --progress --watch --config webpack.dev.js"
+ "build": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js",
+ "dev": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
+ "watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js"
14
15
"repository": {
16
"type": "git",
0 commit comments