Skip to content

Commit 6aab828

Browse files
committed
Finally found webpack property for creating a single small entry bundle!
1 parent 75df65f commit 6aab828

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.core/webpack.sdk.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ class WebpackReactiumWebpack {
314314
chunkIds: 'named',
315315
splitChunks: {
316316
chunks: 'all',
317+
minSizeReduction: 500000,
317318
cacheGroups: {
318319
main: {
319320
minChunks: 1,

0 commit comments

Comments
 (0)