babel / babel-standalone

:video_game: Now located in the Babel repo! Standalone build of Babel for use in non-Node.js environments, including browsers.

Home Page:https://github.com/babel/babel/tree/master/packages/babel-standalone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async/await plugin

congrady opened this issue · comments

Hello,
It might be a noob question, but is there a way to use a plugin for async/await in browser environment with babel standalone? Is babel standalone extendable?
And if so, how would I do that?

Thanks

I think you need to also load babel-polyfill too, but it should work once you do that. Let me know if you encounter any issues :)

Closing this out, let me know if you still require assistance.