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

Commit 76e3288

Browse files
committed
release: v3.3.0
1 parent e272817 commit 76e3288

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,17 @@
22

33
## Unreleased
44

5+
## 3.3.0
6+
57
- Support TS/JSX in node_modules to help the community experiment with it. Note that for now this not supported by TS and errors from these files cannot be silenced if the user is using a stricter configuration than the library author: https://github.com/microsoft/TypeScript/issues/30511. I advise to use it only for internal libraries for now (fixes #53)
68
- Silence `"use client"` warning when building library like `@tanstack/react-query`
79
- Fix fast refresh issue when exporting a component with a name that shadow another local component
810

11+
This release goes in hand with the upcoming Vite 4.3 release focusing on performances:
12+
13+
- Move resolve of runtime code into a "pre" plugin ([#79](https://github.com/vitejs/vite-plugin-react-swc/pull/79))
14+
- Wrap dynamic import to speedup analysis ([#80](https://github.com/vitejs/vite-plugin-react-swc/pull/80))
15+
916
## 3.2.0
1017

1118
- Support HMR for MDX (fixes #52)

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.2.0",
3+
"version": "3.3.0",
44
"type": "module",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)