additional webpack4 migration steps: add mode to webpack config; add webpack-cli to package.json

This commit is contained in:
bkmartinjr
2018-08-13 17:07:01 -07:00
parent 985cc0de94
commit 563b1c34c9
3 changed files with 3 additions and 0 deletions
@@ -8,6 +8,7 @@ const src = path.resolve("src");
const nodeModules = path.resolve("node_modules");
module.exports = {
mode: "development",
devtool: "eval",
entry: [
"webpack-hot-middleware/client?quiet=true&noInfo=true",