We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when I use await/async functions, regeneratorRuntime is needed to run transpiled code. How can I include runtime js into transpiled code?
regeneratorRuntime
The text was updated successfully, but these errors were encountered:
In order to use async/await, you need to npm install babel-polyfill.
npm install babel-polyfill
Sorry, something went wrong.
Hi,
I am having the same issue, i have installed babel-polyfill using above command but how can i include it in my application.js?
No branches or pull requests
when I use await/async functions,
regeneratorRuntime
is needed to run transpiled code.How can I include runtime js into transpiled code?
The text was updated successfully, but these errors were encountered: