1
0
Fork 0
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:
dkanada 2019-09-12 03:24:10 -07:00
parent d555840384
commit 5a802c35b8
4 changed files with 7 additions and 856 deletions

View file

@ -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,