From 3a4715759f1f5dc37804c72c4952b49bfb96781d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Felipe=20de=20Medeiros=20Moreira?= Date: Fri, 28 Jun 2019 11:20:16 -0300 Subject: [PATCH] fix(polyfills): Adds core-js/stable and regenerator-runtime (#590) --- src/App.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.js b/src/App.js index bbb8f8ae3..dbf78342f 100644 --- a/src/App.js +++ b/src/App.js @@ -31,6 +31,8 @@ import setupTools from './setupTools'; import store from './store'; // Imported flat feature since is not transpiled for old browser versions import 'core-js/features/array/flat'; +import 'core-js/stable'; +import 'regenerator-runtime/runtime'; // ~~~~ APP SETUP const commandsManagerConfig = {