Open
Description
openedon Nov 1, 2024
System Info
System: mac os
rsbuild: 1.0.18
The split chunk results are very different from those of webpack.
Details
rsbuild
- If minSize is set small, for example, I set 100*1024
There will be many small initial blocks less than 100kb, and some of their contents are even just a component - maxSize seems unable to limit the size of the initial chunk, they will actually exceed
the summary is that minSize + maxSize cannot produce a product with a suitable size range.
Reproduce link
No response
Reproduce Steps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment