You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/plugin-react/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
## Unreleased
4
4
5
+
### Add Vite 6 to peerDependencies range
6
+
7
+
Vite 6 is highly backward compatible, not much to add!
8
+
9
+
### Force Babel to output spec compliant import attributes [#386](https://github.com/vitejs/vite-plugin-react/pull/386)
10
+
11
+
The default was an old spec (`with type: "json"`). We now enforce spec compliant (`with { type: "json" }`)
0 commit comments