Skip to content

Commit 48404cf

Browse files
authored
docs(rolldown): fix advanced chunks link (vitejs#2220)
1 parent 463f7ec commit 48404cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/rolldown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Rolldown は不明または無効なオプションが渡されると警告を
111111

112112
#### `manualChunks` から `advancedChunks`
113113

114-
Rolldown は Rollup でも公開されている `manualChunks` オプションをサポートしていますが、非推奨とマークされています。代わりに、webpack の `splitChunk` に似た、よりきめ細かい設定を [`advancedChunks` オプション](https://rolldown.rs/guide/in-depth/advanced-chunks#advanced-chunks) を通じて提供します:
114+
Rolldown は Rollup でも公開されている `manualChunks` オプションをサポートしていますが、非推奨とマークされています。代わりに、webpack の `splitChunk` に似た、よりきめ細かい設定を [`advancedChunks` オプション](https://rolldown.rs/in-depth/advanced-chunks) を通じて提供します:
115115

116116
```js
117117
// 以前の設定 (Rollup)

0 commit comments

Comments
 (0)