Skip to content

Commit cdef435

Browse files
committed
REMOVE: Unnecessary build option
1 parent 4cc20b9 commit cdef435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build": "rimraf dist && webpack --config ./build/webpack.config.js --mode development --progress",
1616
"dev-network": "webpack server --config ./build/webpack.config.js --mode=development --progress --open --host 0.0.0.0",
1717
"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 "
18+
"prod": "rimraf dist && webpack --config ./build/webpack.config.js --mode production --progress "
1919
},
2020
"resolutions": {
2121
"upath": "1.1.1"

0 commit comments

Comments
 (0)