mirror of
https://github.com/abhijithvijayan/web-extension-starter.git
synced 2026-01-30 09:48:12 +01:00
fix(#31): webpack stats tuning
This commit is contained in:
parent
7b1c59f621
commit
281cb27483
@ -48,6 +48,13 @@ const getExtensionFileType = (browser) => {
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
devtool: false, // https://github.com/webpack/webpack/issues/1194#issuecomment-560382342
|
devtool: false, // https://github.com/webpack/webpack/issues/1194#issuecomment-560382342
|
||||||
|
|
||||||
|
stats: {
|
||||||
|
all: false,
|
||||||
|
builtAt: true,
|
||||||
|
errors: true,
|
||||||
|
hash: true,
|
||||||
|
},
|
||||||
|
|
||||||
mode: nodeEnv,
|
mode: nodeEnv,
|
||||||
|
|
||||||
entry: {
|
entry: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user