mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
bundle howler using webpack
This commit is contained in:
parent
d555840384
commit
5a802c35b8
4 changed files with 7 additions and 856 deletions
|
@ -678,7 +678,6 @@ var AppInfo = {};
|
|||
medialibrarycreator: componentsPath + "/medialibrarycreator/medialibrarycreator",
|
||||
medialibraryeditor: componentsPath + "/medialibraryeditor/medialibraryeditor",
|
||||
imageoptionseditor: componentsPath + "/imageoptionseditor/imageoptionseditor",
|
||||
howler: bowerPath + "/howlerjs/dist/howler.min",
|
||||
sortable: bowerPath + "/Sortable/Sortable.min",
|
||||
humanedate: componentsPath + "/humanedate",
|
||||
libraryBrowser: "scripts/librarybrowser",
|
||||
|
@ -807,7 +806,7 @@ var AppInfo = {};
|
|||
}
|
||||
},
|
||||
bundles: {
|
||||
bundle: ["jstree", "hlsjs"]
|
||||
bundle: ["jstree", "hlsjs", "howler"]
|
||||
},
|
||||
urlArgs: urlArgs,
|
||||
paths: paths,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue