Skip to content

Releases: vitejs/vite-plugin-react

[email protected]

12 Nov 08:01
[email protected]
23db727

Choose a tag to compare

Update code to support newer rolldown-vite (#976)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

[email protected]

12 Nov 08:01
[email protected]
5e600a3

Choose a tag to compare

Update code to support newer rolldown-vite (#978)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

[email protected]

12 Nov 08:01
[email protected]
a06940b

Choose a tag to compare

Update code to support newer rolldown-vite (#978)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

[email protected]

05 Nov 09:35
51160f3

Choose a tag to compare

Fix @vitejs/plugin-react-swc/preamble on build (#962)

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