Skip to content

plugin-react-oxc@0.4.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 08:30
· 236 commits to main since this release
plugin-react-oxc@0.4.0
b654046

(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+.