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

6 lines
207 B
JavaScript
Raw Normal View History

// Include runtime-polyfills for older browsers.
// Due to .babelrc's 'useBuiltIns', only polyfills actually
// required by the browsers we support will be included.
2018-11-08 15:43:06 +01:00
import '@babel/polyfill';
import 'dom4';