Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃挕 RFC: Option to skip esbuild transform #3901

Open
1 of 3 tasks
therealparmesh opened this issue Apr 10, 2022 · 0 comments
Open
1 of 3 tasks

馃挕 RFC: Option to skip esbuild transform #3901

therealparmesh opened this issue Apr 10, 2022 · 0 comments

Comments

@therealparmesh
Copy link

therealparmesh commented Apr 10, 2022

Motivation

Many of us work on web apps that are deeply tied to certain transpilers - in my case it's SWC, though for a lot of folks it鈥檚 Babel. Sometimes, it may make sense to be able to only have one transpiler process JavaScript/TypeScript source files instead of having each source file pass through two transpilers.

Proposed solution

Possible solutions

A configuration option to skip the esbuild transform for source files.

Alternatives considered

Just living with two passes through each source file.

Risks, downsides, and/or tradeoffs

Yet another option, though a more advanced case that wouldn鈥檛 be invoked by accident.

Detailed design

No response

Open questions

No response

Help make it happen!

  • I am willing to submit a PR to implement this change.
  • I am willing to submit a PR to implement this change, but would need some guidance.
  • I am not willing to submit a PR to implement this change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant