summaryrefslogtreecommitdiffstats
path: root/core/src/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main.js')
-rw-r--r--core/src/main.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/main.js b/core/src/main.js
index ec23171b6ea..f76d4f0b8e1 100644
--- a/core/src/main.js
+++ b/core/src/main.js
@@ -24,8 +24,8 @@
*/
import $ from 'jquery'
-import 'core-js/stable'
-import 'regenerator-runtime/runtime'
+import 'core-js/stable/index.js'
+import 'regenerator-runtime/runtime.js'
import './Polyfill/index.js'
// If you remove the line below, tests won't pass