Skip to content

Commit

Permalink
Show progress information during webpack.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstange committed May 13, 2016
1 parent daad8b6 commit 18c164e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"server": "NODE_ENV=development node server.js",
"plain-server": "live-server --port=4242",
"build": "NODE_ENV=development webpack",
"build-prod": "NODE_ENV=production webpack -p",
"build-prod": "NODE_ENV=production webpack -p --progress",
"eslint": "eslint index.js src",
"eslint-fix": "eslint --fix index.js src"
},
Expand Down

0 comments on commit 18c164e

Please sign in to comment.