Upgrade core-js

This commit is contained in:
Paul Chavard 2020-01-30 13:40:06 +01:00
parent a66c7bc179
commit 0b06864f7a
5 changed files with 15 additions and 11 deletions

View file

@ -1,9 +1,10 @@
// Include runtime-polyfills for older browsers.
// Due to babel.config.js's 'useBuiltIns', only polyfills actually
// required by the browsers we support will be included.
import '@babel/polyfill';
import 'core-js/stable';
import 'regenerator-runtime/runtime';
import 'dom4';
import 'intersection-observer';
import './polyfills/insertAdjacentElement';
import './polyfills/dataset';
import('intersection-observer');