Remove progress from prod build

pull/10616/head
Andrew Watkins 2018-03-22 15:46:11 -07:00
parent 28ef621d6b
commit e15ef68b6c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"url": "github:influxdata/chronograf"
},
"scripts": {
"build": "yarn run clean && webpack --config ./webpack/prod.config.js --progress",
"build": "yarn run clean && webpack --config ./webpack/prod.config.js",
"build:dev": "webpack --config ./webpack/dev.config.js",
"build:vendor": "webpack --config webpack/vendor.config.js",
"start": "yarn run clean && yarn run build:vendor && webpack --watch --config ./webpack/dev.config.js --progress",