You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Suggest to use vite-plugin-react-oxc if `rolldown-vite` is used and:
154
154
* No swc plugins are set
155
155
* mutateSwcOptions is not set
156
+
* It is not disabled by the user
156
157
*/
157
158
if(
158
159
'rolldownVersion'invite&&
159
-
!options.disableOxcRecommendation&&
160
+
!options.plugins&&
160
161
!options.useAtYourOwnRisk_mutateSwcOptions&&
161
-
!options.plugins
162
+
!options.disableOxcRecommendation
162
163
){
163
164
config.logger.warn(
164
165
'[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',
0 commit comments