Skip to content

Commit

Permalink
feat: do not transpile async (#354)
Browse files Browse the repository at this point in the history
Closes #353
  • Loading branch information
nikku authored and tannerlinsley committed Nov 11, 2019
1 parent e0ba419 commit e520ebd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .babelrc
Expand Up @@ -3,7 +3,11 @@
[
"@babel/env",
{
"modules": false
"modules": false,
"exclude": [
"@babel/plugin-transform-async-to-generator",
"@babel/plugin-transform-regenerator"
]
}
],
"@babel/react"
Expand Down

0 comments on commit e520ebd

Please sign in to comment.