There was an error while loading. Please reload this page.
1 parent eff7c88 commit f98e4deCopy full SHA for f98e4de
1 file changed
package.json
@@ -25,7 +25,7 @@
25
"build:es5": "BABEL_ENV=es5 babel lib -d dist/es5",
26
"build:es-modules": "BABEL_ENV=es-modules babel lib -d dist/es-modules",
27
"buildall": "npm run buildnode && npm run buildweb && npm run buildreactnative && npm run buildnativescript",
28
- "buildnode": "webpack --config webpack/webpack.node.js --mode development",
+ "buildnode": "webpack --config webpack/webpack.node.js --mode production",
29
"buildreactnative": "webpack --config webpack/webpack.react-native.js --mode production",
30
"buildnativescript": "webpack --config webpack/webpack.nativescript.js --mode production",
31
"buildweb": "webpack --config webpack/webpack.web.js --mode production",
0 commit comments