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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[plugin react] use esbuild's automatic JSX transform instead of babel #9429

Closed
4 tasks done
pd4d10 opened this issue Jul 29, 2022 · 0 comments · Fixed by #9590
Closed
4 tasks done

[plugin react] use esbuild's automatic JSX transform instead of babel #9429

pd4d10 opened this issue Jul 29, 2022 · 0 comments · Fixed by #9590

Comments

@pd4d10
Copy link
Contributor

pd4d10 commented Jul 29, 2022

Description

The latest version of esbuild has supported React 17's automatic JSX transform, see https://github.com/evanw/esbuild/releases/tag/v0.14.51

Is it possible to drop babel related packages now? It looks like there will be a big performance boost

I'm willing to submit a PR if it's as expected

Suggested solution

As the description section suggests, use esbuild to replace babel

Alternative

No response

Additional context

No response

Validations

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants