Skip to content

Commit bab4fbc

Browse files
docs(rolldown): update manualChunks status (vitejs#20347)
1 parent d6464bc commit bab4fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/rolldown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ If you don't pass the option in yourself, this must be fixed by the utilized fra
103103

104104
#### `manualChunks` to `advancedChunks`
105105

106-
Rolldown does not support the `manualChunks` option that was available in Rollup. Instead, it 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`:
106+
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`:
107107

108108
```js
109109
// Old configuration (Rollup)

0 commit comments

Comments
 (0)