Skip to content

Commit e520ebd

Browse files
nikkutannerlinsley
authored andcommitted
feat: do not transpile async (#354)
Closes #353
1 parent e0ba419 commit e520ebd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.babelrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
[
44
"@babel/env",
55
{
6-
"modules": false
6+
"modules": false,
7+
"exclude": [
8+
"@babel/plugin-transform-async-to-generator",
9+
"@babel/plugin-transform-regenerator"
10+
]
711
}
812
],
913
"@babel/react"

0 commit comments

Comments
 (0)