feat(core): update web-component-base
This commit is contained in:
parent
2b0f85c2eb
commit
534de63500
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ async function buildRegistry(usedCustomElements, type, storage) {
|
|||
!isBaseClassImported &&
|
||||
content.toString().includes("extends WebComponent")
|
||||
) {
|
||||
const baseClassImport = `import { WebComponent } from "https://unpkg.com/web-component-base@1.12.3/WebComponent.js";`;
|
||||
const baseClassImport = `import { WebComponent } from "https://unpkg.com/web-component-base@1.12.4/WebComponent.js";`;
|
||||
registryScript += baseClassImport;
|
||||
isBaseClassImported = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue