The old transform called an external `babel-traverse`, which doesn’t does something funky.
9 lines
151 B
JSON
9 lines
151 B
JSON
{
|
|
"plugins": [
|
|
"external-helpers",
|
|
"transform-async-to-generator",
|
|
"transform-es2015-destructuring",
|
|
"syntax-async-generators"
|
|
]
|
|
}
|