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 4cc20b9 commit cdef435Copy full SHA for cdef435
package.json
@@ -15,7 +15,7 @@
15
"build": "rimraf dist && webpack --config ./build/webpack.config.js --mode development --progress",
16
"dev-network": "webpack server --config ./build/webpack.config.js --mode=development --progress --open --host 0.0.0.0",
17
"dev": "webpack serve --config ./build/webpack.config.js --mode development --progress",
18
- "prod": "rimraf dist && webpack --config ./build/webpack.config.js --mode production -p --progress "
+ "prod": "rimraf dist && webpack --config ./build/webpack.config.js --mode production --progress "
19
},
20
"resolutions": {
21
"upath": "1.1.1"
0 commit comments