Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Commit 63dbd69

Browse files
committed
release: v3.0.1
1 parent 29df332 commit 63dbd69

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 3.0.1
6+
57
- Support Emotion via the new `jsxImportSource` option (fixes [#25](https://github.com/vitejs/vite-plugin-react-swc/issues/25))
68

79
To use it with Emotion, update your config to:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-react-swc-monorepo",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"private": true,
55
"scripts": {
66
"dev": "scripts/bundle.ts --dev",

0 commit comments

Comments
 (0)