diff options
author | Ajay <[email protected]> | 2024-09-08 01:24:48 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2024-09-08 01:24:48 -0400 |
commit | 045607b146b405b22b5023c4ab0ae111f8f19cdd (patch) | |
tree | e8e228519bd1d7a5474c4a344b76ad27d9702510 /webpack/webpack.common.js | |
parent | be90af7440defeb4e8f8be71bf5bdc1a96537195 (diff) | |
parent | 0a7497be27624afe282f1c7165d41a8a5025892c (diff) | |
download | SponsorBlock-045607b146b405b22b5023c4ab0ae111f8f19cdd.tar.gz SponsorBlock-045607b146b405b22b5023c4ab0ae111f8f19cdd.zip |
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock5.8
Diffstat (limited to 'webpack/webpack.common.js')
-rw-r--r-- | webpack/webpack.common.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/webpack/webpack.common.js b/webpack/webpack.common.js index 189681c6..6ba75b12 100644 --- a/webpack/webpack.common.js +++ b/webpack/webpack.common.js @@ -185,6 +185,12 @@ module.exports = env => { stream: env.stream }), new configDiffPlugin() - ] + ], + performance: { + hints: false, + maxEntrypointSize: 512000, + maxAssetSize: 512000 + } + }; };
\ No newline at end of file |