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 ab7e97a commit deb40a4Copy full SHA for deb40a4
packages/plugin-react/CHANGELOG.md
@@ -2,7 +2,10 @@
2
3
## Unreleased
4
5
+## 4.0.1 (2023-06-19)
6
+
7
- Support [Vitest deps.experimentalOptimizer](https://vitest.dev/config/#deps-experimentaloptimizer)
8
+- Support using components inside web workers ([#181](https://github.com/vitejs/vite-plugin-react/pull/181))
9
10
## 4.0.0 (2023-04-20)
11
packages/plugin-react/package.json
@@ -1,6 +1,6 @@
1
{
"name": "@vitejs/plugin-react",
- "version": "4.0.0",
+ "version": "4.0.1",
"license": "MIT",
"author": "Evan You",
"contributors": [
0 commit comments