mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-23 08:04:46 +00:00
Only load core-js shims
This commit is contained in:
parent
792538b942
commit
d375ac8a07
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@
|
|||
* Polyfills for Wagtail's admin.
|
||||
*/
|
||||
|
||||
import 'core-js';
|
||||
import 'core-js/shim';
|
||||
import 'whatwg-fetch';
|
||||
|
|
|
|||
Loading…
Reference in a new issue