Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ outline: deep
# Getting Started

> [!WARNING]
> Vite DevTools currently only supports Vite-Rolldown's build mode.
> Dev mode and normal Vite are not supported yet.
> Vite DevTools currently only supports build mode of Vite 8+.
> Dev mode and Vite versions under 8 are not supported yet.

## What is Vite DevTools?

Expand Down Expand Up @@ -113,7 +113,7 @@ Now that you have Vite DevTools set up, you can:

- **Build mode only**: Currently works with Vite-Rolldown's build mode
- **Dev mode**: Not yet supported (planned for future releases)
- **Standard Vite**: Requires Rolldown Vite for now
- **Vite Version**: Requires Vite 8 or higher versions for now

## Architecture Overview

Expand Down
Loading