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 f52d870 commit d43f7d0Copy full SHA for d43f7d0
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 3.2.0
6
+
7
- Support HMR for MDX (fixes #52)
8
- Fix: when using plugins, apply SWC before esbuild so that automatic runtime is respected for JSX (fixes #56)
9
- Fix: use jsxImportSource in optimizeDeps
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@vitejs/plugin-react-swc-monorepo",
- "version": "3.1.0",
+ "version": "3.2.0",
"type": "module",
"private": true,
"scripts": {
0 commit comments