Skip to content

Commit 704e0d3

Browse files
committed
release: plugin-react@6.0.0-beta.0
1 parent ac16acc commit 704e0d3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/plugin-react/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 6.0.0-beta.0 (2026-03-03)
6+
57
### Remove Babel Related Features ([#1123](https://github.com/vitejs/vite-plugin-react/pull/1123))
68

79
Vite 8+ can handle React Refresh Transform by Oxc and doesn't need Babel for it. With that, there are no transform applied that requires Babel. To reduce the installation size of this plugin, babel is no longer a dependency of this plugin and the related features are removed.

packages/plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-react",
3-
"version": "5.1.4",
3+
"version": "6.0.0-beta.0",
44
"description": "The default Vite plugin for React projects",
55
"keywords": [
66
"fast refresh",

0 commit comments

Comments
 (0)