Skip to content

Commit

Permalink
fix: update minsize
Browse files Browse the repository at this point in the history
  • Loading branch information
hasan-deriv committed Jun 26, 2024
1 parent 3129e58 commit 7f15432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cfd/build/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module.exports = function (env) {
maxAsyncRequests: 30,
maxInitialRequests: 3,
minChunks: 1,
minSize: 30000,
minSize: 50000,
minSizeReduction: 102400,
},
},
Expand Down

0 comments on commit 7f15432

Please sign in to comment.