11 lines
288 B
JSON
11 lines
288 B
JSON
{
|
|
"plugins": [
|
|
["external-helpers", { "helperVersion": "7.100.0" }],
|
|
["proposal-optional-chaining", { "loose": true }],
|
|
"transform-function-name",
|
|
["transform-classes", { "loose": true }],
|
|
["transform-spread", { "loose": true }],
|
|
"transform-block-scoping"
|
|
]
|
|
}
|