15 lines
315 B
JSON
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"
|
|
]
|
|
}
|