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 722a53e commit 1f16ec1Copy full SHA for 1f16ec1
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 && `npm bin`/babel src --out-dir lib",
9
- "build:min": "./node_modules/.bin/webpack --optimize-minimize lib/index.js dist/ng-redux.min.js",
+ "build:min": "./node_modules/.bin/webpack --optimize-minimize --define process.env.NODE_ENV=\"'production'\" lib/index.js dist/ng-redux.min.js",
10
"build:max": "./node_modules/.bin/webpack lib/index.js dist/ng-redux.js",
11
"test": "mocha --compilers js:babel-register --recursive"
12
},
0 commit comments