12 lines
251 B
JSON

{
"plugins": [
"external-helpers",
["transform-destructuring", { "useBuiltIns": true }],
"transform-spread",
"transform-parameters",
"transform-block-scoping",
"proposal-object-rest-spread",
"transform-regenerator"
]
}