From 8e112a9920044bc626ec00e2fd9aeab9a4f56b64 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Fri, 18 Mar 2022 13:26:20 +0000 Subject: [PATCH] Add plugin-transform-spread --- babel.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/babel.config.js b/babel.config.js index b07829909..76dcd1ae9 100644 --- a/babel.config.js +++ b/babel.config.js @@ -70,6 +70,12 @@ module.exports = function(api) { { async: false } + ], + [ + "@babel/plugin-transform-spread", + { + "loose": true + } ] ].filter(Boolean) }