Browse Source

Add plugin-transform-spread

pull/392/head
baarkerlounger 3 years ago
parent
commit
8e112a9920
  1. 6
      babel.config.js

6
babel.config.js

@ -70,6 +70,12 @@ module.exports = function(api) {
{
async: false
}
],
[
"@babel/plugin-transform-spread",
{
"loose": true
}
]
].filter(Boolean)
}

Loading…
Cancel
Save