Clear and concise description of the problem
This plugin sets esbuild: false for Vite.
But since rolldown-vite uses Oxc (and has a different behavior)
esbuild: false does not have effect.
Suggested solution
Set oxc: false for rolldown-vite. Probably that's most people would expect.
Alternative
No response
Additional context
refs vitejs/rolldown-vite#309
Validations
Clear and concise description of the problem
This plugin sets
esbuild: falsefor Vite.unplugin-swc/src/index.ts
Line 110 in dfc3ce4
But since rolldown-vite uses Oxc (and has a different behavior)
esbuild: falsedoes not have effect.Suggested solution
Set
oxc: falsefor rolldown-vite. Probably that's most people would expect.Alternative
No response
Additional context
refs vitejs/rolldown-vite#309
Validations