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

Merge pull request #5166 from grafixeyehero/Convert-list&Card-view-to-react

This commit is contained in:
Bill Thornton 2024-03-07 08:08:14 -05:00 committed by GitHub
commit f0be743503
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
87 changed files with 5070 additions and 348 deletions

View file

@ -204,6 +204,8 @@ const config = {
path.resolve(__dirname, 'node_modules/markdown-it'),
path.resolve(__dirname, 'node_modules/mdurl'),
path.resolve(__dirname, 'node_modules/punycode'),
path.resolve(__dirname, 'node_modules/react-blurhash'),
path.resolve(__dirname, 'node_modules/react-lazy-load-image-component'),
path.resolve(__dirname, 'node_modules/react-router'),
path.resolve(__dirname, 'node_modules/screenfull'),
path.resolve(__dirname, 'node_modules/ssr-window'),