We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90abd7d + 34484e5 commit 8c8a3fbCopy full SHA for 8c8a3fb
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"build": "npm run build:lib && npm run build:min && npm run build:max",
8
"build:lib": "rm -rf lib && babel src --out-dir lib",
9
- "build:min": "webpack --optimize-minimize lib/index.js dist/ng-redux.min.js",
+ "build:min": "webpack --optimize-minimize --define process.env.NODE_ENV=\"'production'\" lib/index.js dist/ng-redux.min.js",
10
"build:max": "webpack lib/index.js dist/ng-redux.js",
11
"test": "mocha --compilers js:babel-register --recursive"
12
},
0 commit comments