mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Fix es5 compatibility
This commit is contained in:
@@ -210,6 +210,7 @@ const config = {
|
||||
path.resolve(__dirname, 'node_modules/@remix-run/router'),
|
||||
path.resolve(__dirname, 'node_modules/@tanstack/match-sorter-utils'),
|
||||
path.resolve(__dirname, 'node_modules/@tanstack/query-core'),
|
||||
path.resolve(__dirname, 'node_modules/@tanstack/query-persist-client-core'),
|
||||
path.resolve(__dirname, 'node_modules/@tanstack/react-query'),
|
||||
path.resolve(__dirname, 'node_modules/@tanstack/react-table'),
|
||||
path.resolve(__dirname, 'node_modules/@tanstack/react-virtual'),
|
||||
@@ -224,6 +225,7 @@ const config = {
|
||||
path.resolve(__dirname, 'node_modules/epubjs'),
|
||||
path.resolve(__dirname, 'node_modules/flv.js'),
|
||||
path.resolve(__dirname, 'node_modules/highlight-words'),
|
||||
path.resolve(__dirname, 'node_modules/idb-keyval'),
|
||||
path.resolve(__dirname, 'node_modules/libarchive.js'),
|
||||
path.resolve(__dirname, 'node_modules/linkify-it'),
|
||||
path.resolve(__dirname, 'node_modules/markdown-it'),
|
||||
|
||||
Reference in New Issue
Block a user