generated from egoist/ts-lib-starter
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Clear and concise description of the problem
This plugin sets esbuild: false for Vite.
Line 110 in dfc3ce4
| esbuild: false, |
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
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Arilas
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request