Sourced from @vitejs/plugin-react's
releases.
plugin-react@4.4.0
Make compatible with rolldown-vite
This plugin is now compatible with rolldown-powered version of Vite. Note that currently the
__sourceproperty value position might be incorrect. This will be fixed in the near future.plugin-react@4.4.0-beta.2
Add
reactRefreshHostoptionAdd
reactRefreshHostoption to set a React Fast Refresh runtime URL prefix. This is useful in a module federation context to enable HMR by specifying the host application URL in the Vite config of a remote application. See full discussion here: module-federation/vite#183export default defineConfig({ plugins: [react({ reactRefreshHost: 'http://localhost:3000' })], })plugin-react@4.4.0-beta.1
No release notes provided.
Sourced from @vitejs/plugin-react's
changelog.
4.4.0 (2025-04-15)
Make compatible with rolldown-vite
This plugin is now compatible with rolldown-powered version of Vite. Note that currently the
__sourceproperty value position might be incorrect. This will be fixed in the near future.4.4.0-beta.2 (2025-04-15)
Add
reactRefreshHostoptionAdd
reactRefreshHostoption to set a React Fast Refresh runtime URL prefix. This is useful in a module federation context to enable HMR by specifying the host application URL in the Vite config of a remote application. See full discussion here: module-federation/vite#183export default defineConfig({ plugins: [react({ reactRefreshHost: 'http://localhost:3000' })], })4.4.0-beta.1 (2025-04-09)
4.4.0-beta.0 (2025-04-09)
8beda4f
release: plugin-react@4.4.0fffe4ad
feat: add support for rolldown-vite (#451)c197fd9
release: plugin-react@4.4.0-beta.2bd1a1ad
fix(deps): update all non-major dependencies (#392)87f7fdd
feat: add reactRefreshHost option to support module
federation HMR (#420)da01d56
release: plugin-react@4.4.0-beta.19b1b510
chore: fix refresh runtime path in dev (#444)8258442
release: plugin-react@4.4.0-beta.0f7d2f7e
chore: add type field to plugin-react package (#445)55dec04
feat: add plugin-react-oxc (#439)