fix(#31): webpack stats tuning

This commit is contained in:
abhijithvijayan 2020-04-18 11:08:52 +05:30
parent 7b1c59f621
commit 281cb27483

View File

@ -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: {