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

Bump target from es5 to es2016 #7017

Closed
wants to merge 3 commits into from
Closed

Conversation

birkskyum
Copy link
Contributor

es2016 is a relative uncontroversial target, in that it's very widely supported (all but internet explorer). es2017 introduces await/async, and for projects that needs high percentages of support that's generally where issue start to arise due to e.g. angular's zone.js

This unblocks

Closes #6366

@birkskyum birkskyum mentioned this pull request Jun 6, 2024
@archmoj
Copy link
Contributor

archmoj commented Jun 6, 2024

Thanks for the PR.
FYI - we are moving from webpack to esbuild in #6909.

@archmoj archmoj closed this Jun 6, 2024
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

Successfully merging this pull request may close these issues.

drop IE support
2 participants