mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Overriding default webpack performance config to reduce warnings
This commit is contained in:
parent
c8c141f5c9
commit
2a5b76ddfb
1 changed files with 7 additions and 1 deletions
|
@ -185,6 +185,12 @@ module.exports = env => {
|
||||||
stream: env.stream
|
stream: env.stream
|
||||||
}),
|
}),
|
||||||
new configDiffPlugin()
|
new configDiffPlugin()
|
||||||
]
|
],
|
||||||
|
performance: {
|
||||||
|
hints: false,
|
||||||
|
maxEntrypointSize: 512000,
|
||||||
|
maxAssetSize: 512000
|
||||||
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
Loading…
Reference in a new issue