Merge pull request #3038 from influxdata/no-progress

Remove progress from prod build
pull/10616/head
Andrew Watkins 2018-03-22 16:24:23 -07:00 committed by GitHub
commit f0b4686d58
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",