Skip to content

Commit

Permalink
fix: add babel transform regenerator runtime (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anemy authored May 15, 2020
1 parent 93de2e2 commit 08c450a
Show file tree
Hide file tree
Showing 3 changed files with 1,319 additions and 150 deletions.
3 changes: 2 additions & 1 deletion packages/compass-shell/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@babel/plugin-syntax-object-rest-spread",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-syntax-dynamic-import"
"@babel/plugin-syntax-dynamic-import",
["@babel/plugin-transform-runtime", { "regenerator": true } ]
]
}
Loading

0 comments on commit 08c450a

Please sign in to comment.