mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add AbortController polyfill
This commit is contained in:
parent
4842039ed3
commit
e7d00d7e24
3 changed files with 13 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
import 'core-js/stable';
|
||||
import 'regenerator-runtime/runtime';
|
||||
import 'jquery';
|
||||
import 'abortcontroller-polyfill/dist/abortcontroller-polyfill-only';
|
||||
import 'fast-text-encoding';
|
||||
import 'intersection-observer';
|
||||
import 'classlist.js';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue