Rspeedy logo
Rspeedy

Home > @lynx-js/rspeedy > Config > splitChunks

Config.splitChunks property

Configure chunk splitting.

Signature:

splitChunks?: RsbuildConfig['splitChunks'] | undefined;

Default Value

Rspeedy defaults this to false; if configured, Rsbuild handles it with its top-level splitChunks option.

See Rsbuild - splitChunks for details.

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.