Disable block scoping

pull/1440/head
tobspr 2 years ago
parent 8a669f1a58
commit de2098f0cf

@ -24,12 +24,12 @@ module.exports = function (api) {
"@babel/plugin-transform-arrow-functions", "@babel/plugin-transform-arrow-functions",
"closure-elimination", "closure-elimination",
// var is faster than let and const! // var is faster than let and const!
[ // [
"@babel/plugin-transform-block-scoping", // "@babel/plugin-transform-block-scoping",
{ // {
throwIfClosureRequired: true, // throwIfClosureRequired: true,
}, // },
], // ],
[ [
"@babel/plugin-transform-classes", "@babel/plugin-transform-classes",
{ {

Loading…
Cancel
Save