mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #601 from grafixeyehero/fix
Fix webcomponents-lite bundling
This commit is contained in:
commit
21321a8d8e
3 changed files with 3 additions and 3 deletions
|
@ -79,7 +79,7 @@ _define("sortable", function() {
|
|||
});
|
||||
|
||||
// webcomponents
|
||||
var webcomponents = require("webcomponents.js-2");
|
||||
var webcomponents = require("webcomponents.js/webcomponents-lite");
|
||||
_define("webcomponents", function() {
|
||||
return webcomponents
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue