We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f7fdd commit deecaa9Copy full SHA for deecaa9
packages/plugin-react/CHANGELOG.md
@@ -2,7 +2,9 @@
2
3
## Unreleased
4
5
-### Add `reactRefreshHost` option
+## 4.4.0-beta.2 (2025-04-14)
6
+
7
+### Add option `reactRefreshHost`
8
9
Add `reactRefreshHost` option to set a React Fast Refresh runtime URL prefix.
10
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.
packages/plugin-react/package.json
@@ -1,6 +1,6 @@
1
{
"name": "@vitejs/plugin-react",
- "version": "4.4.0-beta.1",
+ "version": "4.4.0-beta.2",
"license": "MIT",
"author": "Evan You",
"description": "The default Vite plugin for React projects",
0 commit comments