mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2025-10-07 07:22:37 +02:00
fix(#31): webpack stats tuning
This commit is contained in:
parent
7b1c59f621
commit
281cb27483
@ -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: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user