Home > @lynx-js/rspeedy > ChunkSplitCustom
Performance.chunkSplit is used to configure the chunk splitting strategy.
Signature:
Property | Modifiers | Type | Description |
---|---|---|---|
splitChunks? | Rspack.Configuration extends { optimization?: { splitChunks?: infer P; } | undefined; } ? P : never | (Optional) Custom Rspack chunk splitting config can be specified. | |
strategy | 'custom' | The ChunkSplitting strategy. |