Skip to content

Add fast-async babel plugin by default#617

Merged
ForsakenHarmony merged 1 commit intonextfrom
fast-async-by-default
Aug 21, 2018
Merged

Add fast-async babel plugin by default#617
ForsakenHarmony merged 1 commit intonextfrom
fast-async-by-default

Conversation

@developit
Copy link
Member

What kind of change does this PR introduce?

Transpiles async/await to promises by default, instead of letting users encounter the weird "unexpected «" uglify error and then having them install another plugin.

Did you add tests for your changes?

Nope.

Summary

Adds the fast-async babel plugin by default. This is a really common issue/ask for folks, and the Promise-based code fast-async outputs is easily clean and small enough for us to be able to promote its use by default.

Does this PR introduce a breaking change?

Nope.

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.

3 participants