We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a53f363 + 87bfeca commit 4b73c16Copy full SHA for 4b73c16
build-all.mts
@@ -175,8 +175,8 @@ for (const name of builtNames) {
175
const html = `<!doctype html>
176
<html>
177
<head>
178
- <script type="module" src="${normalizedBaseUrl}/${name}.js"></script>
179
- <link rel="stylesheet" href="${normalizedBaseUrl}/${name}.css">
+ <script type="module" src="${normalizedBaseUrl}/${name}-${h}.js"></script>
+ <link rel="stylesheet" href="${normalizedBaseUrl}/${name}-${h}.css">
180
</head>
181
<body>
182
<div id="${name}-root"></div>
0 commit comments