demarches-normaliennes/app/javascript/shared/polyfills.js

11 lines
358 B
JavaScript
Raw Normal View History

// 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.
2020-01-30 13:40:06 +01:00
import 'core-js/stable';
import 'regenerator-runtime/runtime';
import 'dom4';
2020-01-30 13:40:06 +01:00
import 'intersection-observer';
import './polyfills/insertAdjacentElement';
import './polyfills/dataset';