Justin Ridgewell 51ff4dd936 Fix async-to-generator ForAwait transform (#5932)
The old transform called an external `babel-traverse`, which doesn’t
does something funky.
2017-07-09 23:49:44 -05:00

9 lines
151 B
JSON

{
"plugins": [
"external-helpers",
"transform-async-to-generator",
"transform-es2015-destructuring",
"syntax-async-generators"
]
}