-
-
Notifications
You must be signed in to change notification settings - Fork 566
transformer: engine support and lowering #10618
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
Comments
This is due to not updating browserslist data for at least two months ... updated in #10625 |
I did some logging and testing in esbuild:
It resolves to the last value. Testing in the playground:
So to our surprise, esbuild just picks the last value for the target. I'm in favor of keeping the current behavior (report And maybe report this to esbuild to surface the problem. |
browserslist getting updated in Rolldown rolldown/rolldown#4353 Closing the Reposted my above comment to upstream issue. |
When using OXC to build for a specific target, it would be helpful to be
browserslist
-compatible in terms of output and format. Two issues that I've discovered:browserslist
are available, such asand_chr135
(android chrome)['chrome135', 'chrome134']
, the build will fail instead of combining requirements for both engines or accepting the lowest.Reproduction
Originally via vitejs/rolldown-vite#140
The text was updated successfully, but these errors were encountered: