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
We are missing polyfills when using the --babel option with app schematic, we should also updating polyfills.ts with core-js and regenerator-runtime.
--babel
polyfills.ts
core-js
regenerator-runtime
Otherwise some language features like async-await will not work.
async-await
Can use async-await
Using async-await generates error.
The text was updated successfully, but these errors were encountered:
fix(react): add missing polyfills for apps using babel.
7396f60
Closes nrwl#1668
790f174
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
We are missing polyfills when using the
--babel
option with app schematic, we should also updatingpolyfills.ts
withcore-js
andregenerator-runtime
.Otherwise some language features like
async-await
will not work.Expected Behavior
Can use
async-await
Current Behavior
Using
async-await
generates error.Context
The text was updated successfully, but these errors were encountered: