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 db668e7 commit b227bcaCopy full SHA for b227bca
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