From cc87197c0a45a31ec8dcba39306ad14d913cc042 Mon Sep 17 00:00:00 2001 From: Chrissi2812 Date: Wed, 8 Jul 2020 18:39:02 +0200 Subject: [PATCH] fix regeneratorRuntime is not defined error --- babel.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/babel.config.js b/babel.config.js index c9649cff6..aa46dc120 100644 --- a/babel.config.js +++ b/babel.config.js @@ -6,5 +6,6 @@ module.exports = { ], plugins: [ '@babel/plugin-syntax-dynamic-import', + '@babel/plugin-transform-runtime', ], }