From 46c4e665584474edec2c6fc74bbb62b0127407d6 Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Sun, 1 Sep 2019 06:17:05 +0200 Subject: [PATCH] webpack config updates --- webpack.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webpack.config.js b/webpack.config.js index 0bdca0f..76c8cfa 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -42,6 +42,11 @@ module.exports = { filename: "[name].js" }, devtool: "source-map", + stats: { + hash: true, + timings: true, + maxModules: 2, + }, watchOptions: { ignored: /node_modules|bundles/ },