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 463f7ec commit 48404cfCopy full SHA for 48404cf
guide/rolldown.md
@@ -111,7 +111,7 @@ Rolldown は不明または無効なオプションが渡されると警告を
111
112
#### `manualChunks` から `advancedChunks` へ
113
114
-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/in-depth/advanced-chunks) を通じて提供します:
115
116
```js
117
// 以前の設定 (Rollup)
0 commit comments