A follow up from https://github.com/babel/babel/pull/2969 were we added support for consts in the block-scoping plugin.
26 lines
787 B
JSON
26 lines
787 B
JSON
{
|
|
"plugins": [
|
|
"transform-exponentiation-operator",
|
|
"syntax-async-functions",
|
|
"transform-regenerator",
|
|
"transform-es2015-template-literals",
|
|
"transform-es2015-literals",
|
|
"transform-es2015-arrow-functions",
|
|
"transform-es2015-block-scoped-functions",
|
|
"transform-es2015-classes",
|
|
"transform-es2015-object-super",
|
|
"transform-es2015-shorthand-properties",
|
|
"transform-es2015-computed-properties",
|
|
"transform-es2015-for-of",
|
|
"transform-es2015-sticky-regex",
|
|
"transform-es2015-unicode-regex",
|
|
"check-es2015-constants",
|
|
"transform-es2015-spread",
|
|
"transform-es2015-parameters",
|
|
"transform-es2015-destructuring",
|
|
"transform-es2015-block-scoping",
|
|
"transform-es2015-typeof-symbol",
|
|
"transform-regenerator"
|
|
]
|
|
}
|