Skip to content

Commit c15847e

Browse files
docs(rolldown): recommend pinning the version (#20814)
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
1 parent 925cefe commit c15847e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/guide/rolldown.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ The rolldown-powered version of Vite is currently available as a separate packag
4343
}
4444
```
4545

46+
::: tip Please pin the version!
47+
48+
While these examples use `@latest`, we recommend using a specific version number to avoid unexpected breaking changes as [`rolldown-vite` is considered experimental](#versioning-policy).
49+
50+
:::
51+
4652
If you use a Vitepress or a meta framework that has Vite as peer dependency, you have to override the `vite` dependency in your `package.json`, which works slightly different depending on your package manager:
4753

4854
:::code-group

0 commit comments

Comments
 (0)