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 11c29c5 commit c18baf9Copy full SHA for c18baf9
guide/rolldown.md
@@ -43,6 +43,12 @@ Rolldown を搭載した Vite のバージョンは現在、`rolldown-vite` と
43
}
44
```
45
46
+::: tip バージョンを固定してください!
47
+
48
+これらの例では `@latest` を使用していますが、[`rolldown-vite` は実験的なものと見なされている](#versioning-policy)ため、予期しない破壊的変更を避けるために、特定のバージョン番号を使用することをお勧めします。
49
50
+:::
51
52
Vitepress や Vite をピア依存関係として持つメタフレームワークを使用している場合は、`package.json` で `vite` の依存関係をオーバーライドする必要があります。これはパッケージマネージャーによって若干異なります:
53
54
:::code-group
0 commit comments