This is the dev preview website. Check out the document at lynxjs.org

Home > @lynx-js/rspeedy > Performance > chunkSplit

Performance.chunkSplit property

Performance.chunkSplit is used to configure the chunk splitting strategy.

Signature:

chunkSplit?: ChunkSplit | ChunkSplitBySize | ChunkSplitCustom | undefined;

Default Value

For web builds, Rsbuild currently uses { strategy: 'split-by-experience' } when this option is unset.