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

feat(esnext): use babel polyfill to enable async/await syntax for esnext projects #974

Merged
merged 1 commit into from
Nov 15, 2018
Merged

Conversation

3cp
Copy link
Member

@3cp 3cp commented Nov 14, 2018

In AMD (cli bundler) env, somehow babel polyfill has some trouble, use prepend to bypass AMD. The down side of prepend is that it is 90K in size, bypassed babel preset-env's optimisation.

closes #959

@EisenbergEffect EisenbergEffect merged commit 8f34a69 into aurelia:master Nov 15, 2018
@3cp 3cp deleted the use-babel-polyfill branch November 15, 2018 01:30
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.

add async/await by default to new project with ESNext
2 participants