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
Hi, thanks for this generator, makes things easy.
But i noticed that i cant use any async -await feature, i thought this would be supported since, ES2017 is supported.
Pls whats the easiest way to add async-await to this?
The text was updated successfully, but these errors were encountered:
@layinka try to add this plugins to packages.json and setup it in .babelrc: https://babeljs.io/docs/en/babel-plugin-syntax-async-functions https://old.babeljs.io/docs/plugins/transform-async-to-generator/ If you face any issues - feel free to ask for help.
Sorry, something went wrong.
No branches or pull requests
Hi,
thanks for this generator, makes things easy.
But i noticed that i cant use any async -await feature, i thought this would be supported since, ES2017 is supported.
Pls whats the easiest way to add async-await to this?
The text was updated successfully, but these errors were encountered: