1
0
Fork 0
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:
dkanada 2019-12-05 01:11:42 +09:00 committed by GitHub
commit 21321a8d8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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
});