Skip to content

release: plugin-react@6.1.0 - #1428

Merged
sapphi-red merged 1 commit into
mainfrom
release-plugin-react-6.1.0-32233253017
Aug 20, 2026
Merged

release: plugin-react@6.1.0#1428
sapphi-red merged 1 commit into
mainfrom
release-plugin-react-6.1.0-32233253017

Conversation

@vite-release-bot

Copy link
Copy Markdown
Contributor

plugin-react release PR generated by the Prepare Release workflow: https://github.com/vitejs/vite-plugin-react/actions/runs/32233253017

Changelog

Add experimental native React Compiler support (#1419)

Add experimental native React Compiler support.

You can use it by installing oxc-transform-react and enabling it via the compiler option:

npm install -D oxc-transform-react
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'

export default defineConfig({
  plugins: [
     react({ compiler: true })
  ]
})

@sapphi-red
sapphi-red requested a review from ArnaudBarre August 19, 2026 08:35
cursor Bot pushed a commit to sanity-io/pkg-utils that referenced this pull request Aug 19, 2026
…in-react main

vitejs/vite-plugin-react#1419 is merged (f1340b0c); the tarball now
builds from that canonical commit instead of the fork PR head (the only
source change is an @experimental JSDoc tag on the compiler option).
The npm release is queued as @vitejs/plugin-react@6.1.0 in
vitejs/vite-plugin-react#1428 — vendor/README.md tracks the swap plan.

Co-authored-by: Cody Olsen <stipsan@users.noreply.github.com>
@sapphi-red
sapphi-red merged commit 39b3173 into main Aug 20, 2026
13 checks passed
@sapphi-red
sapphi-red deleted the release-plugin-react-6.1.0-32233253017 branch August 20, 2026 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants