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",
"closure-elimination",
// var is faster than let and const!
[
"@babel/plugin-transform-block-scoping",
{
throwIfClosureRequired: true,
},
],
// [
// "@babel/plugin-transform-block-scoping",
// {
// throwIfClosureRequired: true,
// },
// ],
[
"@babel/plugin-transform-classes",
{

Loading…
Cancel
Save