Skip to content

Commit 7305521

Browse files
committed
remove thresholds
1 parent cc3ea9d commit 7305521

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

webpack.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ module.exports = {
307307
compressionOptions: {
308308
level: constants.Z_BEST_COMPRESSION,
309309
},
310-
threshold: 10240,
311310
}),
312311
isProduction && new CompressionPlugin({
313312
filename: '[path].br',
@@ -316,7 +315,6 @@ module.exports = {
316315
compressionOptions: {
317316
[constants.BROTLI_PARAM_QUALITY]: constants.BROTLI_MAX_QUALITY,
318317
},
319-
threshold: 10240,
320318
}),
321319
].filter((plugin) => !!plugin),
322320
performance: {

0 commit comments

Comments
 (0)