2018-09-09 17:57:52 -07:00

15 lines
315 B
JSON

{
"plugins": [
"proposal-class-properties",
"external-helpers",
"syntax-flow",
["transform-parameters", { "loose": true }],
"transform-block-scoping",
"transform-spread",
"transform-classes",
"transform-destructuring",
"transform-arrow-functions",
"transform-for-of"
]
}