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 bf0e43b commit 6535b55Copy full SHA for 6535b55
2 files changed
packages/plugin-react/CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+## 6.0.2 (2026-05-14)
6
+
7
+### Allow all options in reactCompilerPreset ([#1189](https://github.com/vitejs/vite-plugin-react/pull/1189))
8
9
+This is a type only change. Only `compilationMode` and `target` options were available for `reactCompilerPreset`.
10
11
## 6.0.1 (2026-03-13)
12
13
### Expand `@rolldown/plugin-babel` peer dep range ([#1146](https://github.com/vitejs/vite-plugin-react/pull/1146))
packages/plugin-react/package.json
@@ -1,6 +1,6 @@
1
{
"name": "@vitejs/plugin-react",
- "version": "6.0.1",
+ "version": "6.0.2",
"description": "The default Vite plugin for React projects",
"keywords": [
"fast refresh",
0 commit comments