Skip to content

Commit 4137163

Browse files
authored
Update rolldown.md
fixes link for advanced chunks in rolldown
1 parent ad5b3bf commit 4137163

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
@@ -111,7 +111,7 @@ If you don't pass the option in yourself, this must be fixed by the utilized fra
111111

112112
#### `manualChunks` to `advancedChunks`
113113

114-
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`:
114+
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`:
115115

116116
```js
117117
// Old configuration (Rollup)

0 commit comments

Comments
 (0)