fix(#31): webpack stats tuning

This commit is contained in:
abhijithvijayan 2020-04-18 11:10:19 +05:30
parent ea1371d394
commit 8a948631da

View File

@ -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',