Skip to content

Commit 2ab8b33

Browse files
authored
docs(rolldown): update manualChunks status (#2049)
1 parent d28a456 commit 2ab8b33

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
@@ -103,7 +103,7 @@ Rolldown は不明または無効なオプションが渡されると警告を
103103

104104
#### `manualChunks` から `advancedChunks`
105105

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

108108
```js
109109
// 以前の設定 (Rollup)

0 commit comments

Comments
 (0)