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

15 lines
315 B
JSON

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