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 0e28701 commit a360ae4Copy full SHA for a360ae4
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"dev": "webpack-dev-server --inline --hot --quiet",
8
- "build": "NODE_ENV=production webpack --progress --hide-modules"
+ "build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
9
},
10
"repository": {
11
"type": "git",
@@ -23,6 +23,7 @@
23
"babel-plugin-transform-runtime": "^6.1.18",
24
"babel-preset-es2015": "^6.1.18",
25
"babel-runtime": "^6.1.18",
26
+ "cross-env": "^1.0.5",
27
"css-loader": "^0.21.0",
28
"style-loader": "^0.13.0",
29
"stylus-loader": "^1.4.0",
0 commit comments