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

Require hls.js from npm (#456)

* hlsjs

* Fix webpack libraryTarget config
This commit is contained in:
Bill Thornton 2019-09-11 05:35:41 -04:00 committed by dkanada
parent 120b3106aa
commit ed34530b1e
7 changed files with 27 additions and 8768 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,19 +0,0 @@
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": [
".git",
"node_modules",
"dist",
"lib"
],
"file_exclude_patterns": [
".gitignore",
"hls.js.sublime-project",
"hls.js.sublime-workspace"
]
}
]
}