add --display-modules to webpack so it doesnt hide modules

box-drawing
Ondřej Hruška 7 years ago
parent b8100e162c
commit f44a3e222d
  1. 2
      package.json

@ -13,7 +13,7 @@
"webpack": "^3.6.0" "webpack": "^3.6.0"
}, },
"scripts": { "scripts": {
"webpack": "webpack $@", "webpack": "webpack --display-modules $@",
"sass": "node-sass $@" "sass": "node-sass $@"
} }
} }

Loading…
Cancel
Save