Upgrade core-js
This commit is contained in:
parent
a66c7bc179
commit
0b06864f7a
5 changed files with 15 additions and 11 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue