Skip to content

Commit deecaa9

Browse files
1 parent 87f7fdd commit deecaa9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/plugin-react/CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Unreleased
44

5-
### Add `reactRefreshHost` option
5+
## 4.4.0-beta.2 (2025-04-14)
6+
7+
### Add option `reactRefreshHost`
68

79
Add `reactRefreshHost` option to set a React Fast Refresh runtime URL prefix.
810
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-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-react",
3-
"version": "4.4.0-beta.1",
3+
"version": "4.4.0-beta.2",
44
"license": "MIT",
55
"author": "Evan You",
66
"description": "The default Vite plugin for React projects",

0 commit comments

Comments
 (0)