github vitejs/vite-plugin-react plugin-react@5.1.0

latest releases: plugin-rsc@0.5.23, plugin-rsc@0.5.22, plugin-react@6.0.1...
5 months ago

Add @vitejs/plugin-react/preamble virtual module for SSR HMR (#890)

SSR applications can now initialize HMR runtime by importing @vitejs/plugin-react/preamble at the top of their client entry instead of manually calling transformIndexHtml. This simplifies SSR setup for applications that don't use the transformIndexHtml API.

Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (#930)

Rolldown 1.0.0-beta.44+ removed the top-level jsx option in favor of transform.jsx. This plugin now uses the transform.jsx option to support Rolldown 1.0.0-beta.44+.

Don't miss a new vite-plugin-react release

NewReleases is sending notifications on new releases.