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 815be53 commit 7967375Copy full SHA for 7967375
packages/plugin-react/CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+## 4.0.2 (2023-07-06)
6
+
7
+- Fix fast-refresh for files that are transformed into jsx ([#188](https://github.com/vitejs/vite-plugin-react/pull/188))
8
9
## 4.0.1 (2023-06-19)
10
11
- Support [Vitest deps.experimentalOptimizer](https://vitest.dev/config/#deps-experimentaloptimizer)
packages/plugin-react/package.json
@@ -1,6 +1,6 @@
1
{
"name": "@vitejs/plugin-react",
- "version": "4.0.1",
+ "version": "4.0.2",
"license": "MIT",
"author": "Evan You",
"contributors": [
0 commit comments