From e15ef68b6c61cf59976db2d54a62b918d66ee6d8 Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Thu, 22 Mar 2018 15:46:11 -0700 Subject: [PATCH] Remove progress from prod build --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 907891ab1e..425cf96a97 100644 --- a/ui/package.json +++ b/ui/package.json @@ -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",