From fa9c206fc8b9b01e79ff7d221a26f037a472e6ef Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 10 Mar 2020 09:58:52 +0100 Subject: Migrate from @babel/polyfill to core-js@3 Signed-off-by: Christoph Wurst --- core/src/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/src/main.js') diff --git a/core/src/main.js b/core/src/main.js index 3f0e82df95f..21213d7279e 100644 --- a/core/src/main.js +++ b/core/src/main.js @@ -20,8 +20,9 @@ */ import $ from 'jquery' +import 'core-js/stable' +import 'regenerator-runtime/runtime' import './Polyfill/index' -import '@babel/polyfill' // If you remove the line below, tests won't pass // eslint-disable-next-line no-unused-vars -- cgit v1.2.3