Skip to content

Commit 08c450a

Browse files
authored
fix: add babel transform regenerator runtime (#187)
1 parent 93de2e2 commit 08c450a

File tree

3 files changed

+1319
-150
lines changed

3 files changed

+1319
-150
lines changed

packages/compass-shell/.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"@babel/plugin-syntax-object-rest-spread",
3636
"@babel/plugin-proposal-object-rest-spread",
3737
"@babel/plugin-proposal-class-properties",
38-
"@babel/plugin-syntax-dynamic-import"
38+
"@babel/plugin-syntax-dynamic-import",
39+
["@babel/plugin-transform-runtime", { "regenerator": true } ]
3940
]
4041
}

0 commit comments

Comments
 (0)