Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Showing progress while production build
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinesh03 committed Nov 1, 2017
1 parent 77fa39e commit 2c2ac0f
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 @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"build": "webpack --progress --config webpack.prod.js",
"lint:js": "eslint src/ webpack.*.js --cache"
},
"keywords": [],
Expand Down

0 comments on commit 2c2ac0f

Please sign in to comment.