We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c00a103 commit ca17542Copy full SHA for ca17542
packages/plugin-react-oxc/src/index.ts
@@ -62,6 +62,13 @@ export default function viteReact(opts: Options = {}): Plugin[] {
62
},
63
}
64
65
+ configResolved(config) {
66
+ config.logger.warn(
67
+ '@vitejs/plugin-react-oxc is deprecated. ' +
68
+ 'Please use @vitejs/plugin-react instead. ' +
69
+ 'The changes of this plugin is now included in @vitejs/plugin-react.',
70
+ )
71
+ },
72
options() {
73
if (!this.meta.rolldownVersion) {
74
throw new Error(
0 commit comments