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
ea1371d394
commit
8a948631da
@ -45,6 +45,13 @@ module.exports = {
|
|||||||
|
|
||||||
mode: nodeEnv,
|
mode: nodeEnv,
|
||||||
|
|
||||||
|
stats: {
|
||||||
|
all: false,
|
||||||
|
builtAt: true,
|
||||||
|
errors: true,
|
||||||
|
hash: true,
|
||||||
|
},
|
||||||
|
|
||||||
entry: {
|
entry: {
|
||||||
manifest: './source/manifest.json',
|
manifest: './source/manifest.json',
|
||||||
background: './source/scripts/background.js',
|
background: './source/scripts/background.js',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user