Remove --progress from webpack

This commit is contained in:
Pavel Djundik 2017-10-02 20:07:08 +03:00 committed by GitHub
parent fc0af518c6
commit b11a96d828

View file

@ -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",