From f44a3e222d4d4063939de44b4793dd1c0a5e6756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 17 Sep 2017 21:09:38 +0200 Subject: [PATCH] add --display-modules to webpack so it doesnt hide modules --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9dc416e..b0003c0 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "webpack": "^3.6.0" }, "scripts": { - "webpack": "webpack $@", + "webpack": "webpack --display-modules $@", "sass": "node-sass $@" } }