mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-27 19:30:29 +00:00
10 lines
158 B
JavaScript
10 lines
158 B
JavaScript
/**
|
|
* Polyfills for Wagtail's admin.
|
|
*/
|
|
|
|
// IE11.
|
|
import 'core-js/shim';
|
|
// IE11, old iOS Safari.
|
|
import 'whatwg-fetch';
|
|
// IE11.
|
|
import 'element-closest';
|