From 281cb27483100b6e09d7f42ad9e93947cda5afb0 Mon Sep 17 00:00:00 2001 From: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Sat, 18 Apr 2020 11:08:52 +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 5a27812..e2905ef 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -48,6 +48,13 @@ const getExtensionFileType = (browser) => { module.exports = { devtool: false, // https://github.com/webpack/webpack/issues/1194#issuecomment-560382342 + stats: { + all: false, + builtAt: true, + errors: true, + hash: true, + }, + mode: nodeEnv, entry: {