Remove --progress from webpack
This commit is contained in:
parent
fc0af518c6
commit
b11a96d828
@ -20,7 +20,7 @@
|
||||
"start-dev": "npm-run-all --parallel watch start",
|
||||
"build": "npm-run-all build:*",
|
||||
"build:font-awesome": "node scripts/build-fontawesome.js",
|
||||
"build:webpack": "webpack --progress",
|
||||
"build:webpack": "webpack",
|
||||
"watch": "webpack --watch",
|
||||
"test": "npm-run-all -c test:* lint",
|
||||
"test:mocha": "mocha",
|
||||
|
Loading…
Reference in New Issue
Block a user