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 88585db commit 2f32052Copy full SHA for 2f32052
packages/plugin-react/CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 4.5.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/package.json
@@ -1,6 +1,6 @@
1
{
"name": "@vitejs/plugin-react",
- "version": "4.5.0",
+ "version": "4.5.1",
"license": "MIT",
"author": "Evan You",
"description": "The default Vite plugin for React projects",
0 commit comments