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
ea1371d394
commit
8a948631da
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user