Remove progress from prod build
parent
28ef621d6b
commit
e15ef68b6c
|
@ -9,7 +9,7 @@
|
||||||
"url": "github:influxdata/chronograf"
|
"url": "github:influxdata/chronograf"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"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:dev": "webpack --config ./webpack/dev.config.js",
|
||||||
"build:vendor": "webpack --config webpack/vendor.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",
|
"start": "yarn run clean && yarn run build:vendor && webpack --watch --config ./webpack/dev.config.js --progress",
|
||||||
|
|
Loading…
Reference in New Issue