VoidZero @voidzero.dev · Jan 29

New in @rolldown.rs - The `codeSplitting` option We've unified code splitting configuration under a single option, deprecating both `advancedChunks` and `inlineDynamicImports`. Migration is straightforward: the config object shape stays the same, just the name changes.

26 likes 1 replies

?

Replies

VoidZero · Jan 29

Why combine them? Both previous configurations influence how modules should be distributed across output files. Having them separate made it possible to write contradictory configs where one says "don't split" and the other says "here's how to split." Now it is a single, clear option.