Skip to content
New issue

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

fix(dev-tools): add babel plugin #61

Merged
1 commit merged into from
Jun 4, 2020

Conversation

ferrettin
Copy link
Contributor

@ferrettin ferrettin commented May 11, 2020

#58 add @babel/plugin-transform-runtime to fix ReferenceError: regeneratorRuntime is not defined. This error was caused by await not being transpiled.

@ferrettin ferrettin requested a review from a team as a code owner May 11, 2020 14:53
@CLAassistant
Copy link

CLAassistant commented May 11, 2020

CLA assistant check
All committers have signed the CLA.

@ferrettin
Copy link
Contributor Author

hey @jgolden17 please review this when you get the chance

ghost
ghost previously approved these changes May 11, 2020
add @babel/plugin-transform-runtime to fix `ReferenceError: regeneratorRuntime is not defined`. This error was caused by `await` not being transpiled.
@ghost ghost merged commit 1dd6378 into americanexpress:master Jun 4, 2020
@ferrettin ferrettin deleted the fix/devtools-bug branch June 4, 2020 22:47
This pull request was closed.
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.

2 participants