From 4a5dc0ca170f47d6befcca328ce48c58668bb913 Mon Sep 17 00:00:00 2001 From: vbudko Date: Tue, 7 Feb 2023 15:08:27 +0000 Subject: [PATCH] [bugfix] Config babel/runtime --- babel.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/babel.config.js b/babel.config.js index fa19f3281..1f325d16b 100644 --- a/babel.config.js +++ b/babel.config.js @@ -23,6 +23,7 @@ module.exports = (api) => { '@babel/plugin-syntax-dynamic-import', '@babel/plugin-proposal-optional-chaining', '@babel/plugin-proposal-nullish-coalescing-operator', + '@babel/plugin-transform-runtime', ] return {