We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707f23c commit 0704fc0Copy full SHA for 0704fc0
packages/plugin-react-oxc/CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 0.2.3 (2025-06-16)
6
+
7
### Disable refresh transform when `server.hmr: false` is set [#502](https://github.com/vitejs/vite-plugin-react/pull/502)
8
9
This fixes "`$RefreshReg$` is not defined" error when running Vitest with the plugin.
packages/plugin-react-oxc/package.json
@@ -1,6 +1,6 @@
1
{
"name": "@vitejs/plugin-react-oxc",
- "version": "0.2.2",
+ "version": "0.2.3",
"license": "MIT",
"author": "Evan You",
"contributors": [
0 commit comments