We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28a456 commit 2ab8b33Copy full SHA for 2ab8b33
guide/rolldown.md
@@ -103,7 +103,7 @@ Rolldown は不明または無効なオプションが渡されると警告を
103
104
#### `manualChunks` から `advancedChunks` へ
105
106
-Rolldown は Rollup で利用可能だった `manualChunks` オプションをサポートしていません。代わりに、webpack の `splitChunk` に似た、よりきめ細かい設定を [`advancedChunks` オプション](https://rolldown.rs/guide/in-depth/advanced-chunks#advanced-chunks) を通じて提供します:
+Rolldown は Rollup でも公開されている `manualChunks` オプションをサポートしていますが、非推奨とマークされています。代わりに、webpack の `splitChunk` に似た、よりきめ細かい設定を [`advancedChunks` オプション](https://rolldown.rs/guide/in-depth/advanced-chunks#advanced-chunks) を通じて提供します:
107
108
```js
109
// 以前の設定 (Rollup)
0 commit comments