Skip to content

Releases: vitejs/vite-plugin-react

[email protected]

24 Oct 09:02
[email protected]
3e5a374

Choose a tag to compare

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+.

[email protected]

24 Oct 09:03
[email protected]
8427ff4

Choose a tag to compare

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

SSR applications can now initialize HMR runtime by importing @vitejs/plugin-react-swc/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.

Use SWC when useAtYourOwnRisk_mutateSwcOptions is provided (#951)

Previously, this plugin did not use SWC if plugins were not provided even if useAtYourOwnRisk_mutateSwcOptions was provided. This is now fixed.

[email protected]

23 Oct 00:57
e164644

Choose a tag to compare

Please refer to CHANGELOG.md for details.

[email protected]

09 Oct 06:38
84f146f

Choose a tag to compare

Please refer to CHANGELOG.md for details.

[email protected]

09 Oct 05:35
0ccfc44

Choose a tag to compare

Please refer to CHANGELOG.md for details.

[email protected]

08 Oct 01:37
45e93fb

Choose a tag to compare

Please refer to CHANGELOG.md for details.

[email protected]

27 Sep 14:07
[email protected]
450d7df

Choose a tag to compare

Perf: use native refresh wrapper plugin in rolldown-vite (#881)

[email protected]

26 Sep 06:42
d0c93af

Choose a tag to compare

Please refer to CHANGELOG.md for details.

[email protected]

17 Sep 03:44
54da603

Choose a tag to compare

Please refer to CHANGELOG.md for details.

[email protected]

17 Sep 07:02
[email protected]
8293cb3

Choose a tag to compare

HMR did not work for components imported with queries with rolldown-vite (#872)

Perf: simplify refresh wrapper generation (#835)