From 0b76151c67958cfdd97d9ee9e2de678b92a52c40 Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Tue, 18 Oct 2016 12:33:39 -0400 Subject: [PATCH] add progress to production webpack --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a01147f5..85798171 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "start": "BABEL_DISABLE_CACHE=1 NODE_ENV=development nodemon index.js", "start:prod": "NODE_ENV=production node index.js", "lint": "eslint client server", - "build": "NODE_ENV=production webpack --config webpack.config.prod.js", + "build": "NODE_ENV=production webpack --config webpack.config.prod.js --progress", "test": "echo \"Error: no test specified\" && exit 1" }, "main": "index.js",