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 8c9ae20 commit 7acb0b4Copy full SHA for 7acb0b4
docs/guide/index.md
@@ -25,14 +25,13 @@ Vite DevTools is a comprehensive set of developer tools for visualizing and anal
25
26
If you want to give an early preview, you can try it out by building this project from source, or install the preview build with the following steps:
27
28
-Switch your Vite to [Rolldown Vite](https://vite.dev/guide/rolldown#how-to-try-rolldown):
+Install or upgrade your Vite to the beta version 8:
29
30
<!-- eslint-skip -->
31
```json [package.json]
32
{
33
"dependencies": {
34
- "vite": "^7.0.0" // [!code --]
35
- "vite": "npm:rolldown-vite@latest" // [!code ++]
+ "vite": "^8.0.0-beta.7"
36
}
37
38
```
0 commit comments