Skip to content

Commit d74feca

Browse files
Update packages/plugin-react-swc/src/index.ts
Co-authored-by: 翠 <[email protected]>
1 parent 0c2fd28 commit d74feca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-react-swc/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const react = (_options?: Options): PluginOption[] => {
164164
!options.disableOxcRecommendation
165165
) {
166166
config.logger.warn(
167-
'[vite:react-swc] We recommend switching to `vite-plugin-react-oxc` for improved performance as no swc plugins are used. More information at https://vite.dev/rolldown',
167+
'[vite:react-swc] We recommend switching to `@vitejs/plugin-react-oxc` for improved performance as no swc plugins are used. More information at https://vite.dev/rolldown',
168168
)
169169
}
170170
},

0 commit comments

Comments
 (0)