·
13 commits
to main
since this release
(Same content as v0.4.0-beta.0 https://github.com/vitejs/vite-plugin-react/releases/edit/plugin-react-oxc%400.4.0-beta.0)
Deprecate this plugin
The changes of this plugin is now included in @vitejs/plugin-react
. Please use @vitejs/plugin-react
instead.
Allow processing files in node_modules
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.
Require Node 20.19+, 22.12+
This plugin now requires Node 20.19+ or 22.12+.