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 2f32052 commit 8ce7183Copy full SHA for 8ce7183
packages/plugin-react-swc/CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 3.10.1 (2025-06-03)
6
+
7
### Add explicit semicolon in preambleCode [#485](https://github.com/vitejs/vite-plugin-react/pull/485)
8
9
This fixes an edge case when using HTML minifiers that strips line breaks aggressively.
packages/plugin-react-swc/package.json
@@ -1,6 +1,6 @@
1
{
"name": "@vitejs/plugin-react-swc",
- "version": "3.10.0",
+ "version": "3.10.1",
"license": "MIT",
"author": "Arnaud Barré (https://github.com/ArnaudBarre)",
"description": "Speed up your Vite dev server with SWC",
0 commit comments