diff --git a/package.json b/package.json index a33f1d79..33baa7bc 100644 --- a/package.json +++ b/package.json @@ -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",