We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322fde0 commit 8651113Copy full SHA for 8651113
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Unreleased
4
5
+## 3.8.1
6
+
7
+## Remove WebContainers warning [#268](https://github.com/vitejs/vite-plugin-react-swc/pull/268)
8
9
+SWC is now supported in WebContainers 🎉
10
11
## 3.8.0
12
13
### Add useAtYourOwnRisk_mutateSwcOptions option
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@vitejs/plugin-react-swc-monorepo",
- "version": "3.8.0",
+ "version": "3.8.1",
"type": "module",
"private": true,
"scripts": {
0 commit comments