fix(polyfills): Adds core-js/stable and regenerator-runtime (#590)
This commit is contained in:
parent
edb0db349b
commit
3a4715759f
@ -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 = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user