From 8a948631da0571e814e3633a4e981cc526e92106 Mon Sep 17 00:00:00 2001 From: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Sat, 18 Apr 2020 11:10:19 +0530 Subject: [PATCH] fix(#31): webpack stats tuning --- webpack.config.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webpack.config.js b/webpack.config.js index 5940cb9..d26b2da 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -45,6 +45,13 @@ module.exports = { mode: nodeEnv, + stats: { + all: false, + builtAt: true, + errors: true, + hash: true, + }, + entry: { manifest: './source/manifest.json', background: './source/scripts/background.js',