From b25c0ef0dcabe30398e568947606a0e51bbb665e Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 19 Oct 2023 16:36:20 +0200 Subject: [PATCH] fix: dynamic base class import --- routes/[...index].ts | 2 +- src/components/{hello-world.js => vanilla-hello-world.js} | 0 src/pages/demo/index.html | 4 ++-- src/pages/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename src/components/{hello-world.js => vanilla-hello-world.js} (100%) diff --git a/routes/[...index].ts b/routes/[...index].ts index 6923a54..4b2f911 100644 --- a/routes/[...index].ts +++ b/routes/[...index].ts @@ -88,6 +88,7 @@ async function insertRegistry( async function buildRegistry(usedCustomElements: string[], type: "js" | "ts") { let registryScript = `