-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
refactor(es/react): Set automatic
as default jsx runtime
#10688
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
Conversation
|
Roadmap:
|
CodSpeed Performance ReportMerging #10688 will not alter performanceComparing Summary
|
This PR aligns SWC with Babel 8 and introduces a breaking change. We should make downstream users aware of this. |
return <div>My Button</div>; | ||
}, Button; | ||
}(); | ||
<div> <h2> Hello </h2> <h1> world </h1></div>, <div> <h2> Hello </h2> {function(user) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SWC minifier doesn't process JSX anyway.
Does SWC have a planned milestone for v2? It seems that Babel 8 has been in development for a long time but has not been released yet. |
There’s no date or ETA yet but you can see v2 milestone (on github) |
Get👌 We are also planning Rspack 2.0, which is expected to be released in the first half of 2026 |
automatc
as default jsx runtimeautomatic
as default jsx runtime
No description provided.