Skip to content

Commit 0679842

Browse files
committed
show progress in production build
1 parent 6137ad6 commit 0679842

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
@@ -10,7 +10,7 @@
1010
"watch-poll": "npm run watch -- --watch-poll",
1111
"build": "npm run production",
1212
"prod": "npm run production",
13-
"production": "webpack --config=webpack.config.js --mode=production --hide-modules",
13+
"production": "webpack --config=webpack.config.js --mode=production --hide-modules --progress",
1414
"test": "echo \"Error: no test specified\" && exit 1"
1515
},
1616
"repository": {

0 commit comments

Comments
 (0)