Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/rolldown.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ If you don't pass the option in yourself, this must be fixed by the utilized fra

#### `manualChunks` to `advancedChunks`

While Rolldown has support for the `manualChunks` option that is also exposed by Rollup, it is marked deprecated. Instead of it, Rolldown offers a more fine-grained setting via the [`advancedChunks` option](https://rolldown.rs/guide/in-depth/advanced-chunks#advanced-chunks), which is more similar to webpack's `splitChunk`:
While Rolldown has support for the `manualChunks` option that is also exposed by Rollup, it is marked deprecated. Instead of it, Rolldown offers a more fine-grained setting via the [`advancedChunks` option](https://rolldown.rs/options/output-advanced-chunks#advanced-chunks-options), which is more similar to webpack's `splitChunk`:

```js
// Old configuration (Rollup)
Expand Down