Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Add async transform plugin to babel
Browse files Browse the repository at this point in the history
  • Loading branch information
Dom Harrington committed Dec 3, 2017
1 parent 6778fbf commit 1dd266e
Show file tree
Hide file tree
Showing 4 changed files with 507 additions and 476 deletions.
2 changes: 1 addition & 1 deletion packages/api-explorer-ui/.babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["es2015", "react"],
"plugins": ["transform-object-rest-spread"]
"plugins": ["transform-object-rest-spread", "transform-async-to-generator"]
}
Loading

0 comments on commit 1dd266e

Please sign in to comment.