aboutsummaryrefslogtreecommitdiffhomepage
path: root/webpack/webpack.common.js
diff options
context:
space:
mode:
authorAjay <[email protected]>2024-09-08 01:24:48 -0400
committerAjay <[email protected]>2024-09-08 01:24:48 -0400
commit045607b146b405b22b5023c4ab0ae111f8f19cdd (patch)
treee8e228519bd1d7a5474c4a344b76ad27d9702510 /webpack/webpack.common.js
parentbe90af7440defeb4e8f8be71bf5bdc1a96537195 (diff)
parent0a7497be27624afe282f1c7165d41a8a5025892c (diff)
downloadSponsorBlock-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.js8
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