Skip to content

Commit 051ad6e

Browse files
committed
debug
1 parent a07c36e commit 051ad6e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

packages/rollup-plugin-html/src/output/createHTMLOutput.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ export async function createHTMLAsset(params: CreateHTMLAssetParams): Promise<Em
6565
strictCSPInlineScripts,
6666
});
6767

68+
console.log('input.name', input.name);
69+
6870
return { fileName: input.name, name: input.name, source: outputHtml, type: 'asset' };
6971
}
7072

packages/rollup-plugin-html/test/rollup-plugin-html.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1936,7 +1936,7 @@ describe('rollup-plugin-html', () => {
19361936
`);
19371937
});
19381938

1939-
it('can inject a service worker registration script if injectServiceWorker and serviceWorkerPath are provided', async () => {
1939+
it.only('can inject a service worker registration script if injectServiceWorker and serviceWorkerPath are provided', async () => {
19401940
const rootDir = createApp({
19411941
'index.html': html`
19421942
<html>

0 commit comments

Comments
 (0)