Skip to content

Commit 90a5665

Browse files
committed
chore: add changelog
1 parent 7fe8032 commit 90a5665

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

packages/plugin-react-oxc/CHANGELOG.md

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

33
## Unreleased
44

5+
### Deprecate this plugin
6+
7+
The changes of this plugin is now included in `@vitejs/plugin-react`. Please use `@vitejs/plugin-react` instead.
8+
59
### Allow processing files in `node_modules`
610

711
The default value of `exclude` options is now `[/\/node_modules\//]` to allow processing files in `node_modules` directory. It was previously `[]` and files in `node_modules` was always excluded regardless of the value of `exclude` option.

packages/plugin-react/CHANGELOG.md

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

33
## Unreleased
44

5+
### Use Oxc for react refresh transform in rolldown-vite
6+
7+
When used with rolldown-vite, this plugin now uses Oxc for react refresh transform.
8+
9+
Since this behavior is what `@vitejs/plugin-react-oxc` did, `@vitejs/plugin-react-oxc` is now deprecated and the `disableOxcRecommendation` option is removed.
10+
511
### Allow processing files in `node_modules`
612

713
The default value of `exclude` options is now `[/\/node_modules\//]` to allow processing files in `node_modules` directory. It was previously `[]` and files in `node_modules` was always excluded regardless of the value of `exclude` option.

0 commit comments

Comments
 (0)