From 2c2ac0fc05c9983b096b120f9ecb07251c48a63d Mon Sep 17 00:00:00 2001 From: Dhinesh Kumar Date: Wed, 1 Nov 2017 11:00:17 +0530 Subject: [PATCH] Showing progress while production build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3be0aa0..732f173 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "start": "webpack-dev-server --open --config webpack.dev.js", - "build": "webpack --config webpack.prod.js", + "build": "webpack --progress --config webpack.prod.js", "lint:js": "eslint src/ webpack.*.js --cache" }, "keywords": [],