1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #4973 from dmitrylyzo/fix-legacy2

This commit is contained in:
Bill Thornton 2023-11-09 18:05:58 -05:00 committed by GitHub
commit cc0bc62e5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
import 'core-js/stable'; import 'core-js/stable';
import 'regenerator-runtime/runtime'; import 'regenerator-runtime/runtime';
import 'jquery'; import 'jquery';
import 'abortcontroller-polyfill/dist/abortcontroller-polyfill-only';
import 'fast-text-encoding'; import 'fast-text-encoding';
import 'intersection-observer'; import 'intersection-observer';
import 'classlist.js'; import 'classlist.js';
import 'whatwg-fetch'; import 'whatwg-fetch';
import 'abortcontroller-polyfill'; // requires fetch
import 'resize-observer-polyfill'; import 'resize-observer-polyfill';
import './styles/site.scss'; import './styles/site.scss';
import React, { StrictMode } from 'react'; import React, { StrictMode } from 'react';