diff --git a/src/node/build/bundle.ts b/src/node/build/bundle.ts index bb9c4a72..f0305fd0 100644 --- a/src/node/build/bundle.ts +++ b/src/node/build/bundle.ts @@ -44,7 +44,7 @@ export async function bundle( pageToHashMap: Record }> { const pageToHashMap = Object.create(null) as Record - const clientJSMap = Object.create(null) + const clientJSMap = Object.create(null) as Record // define custom rollup input // this is a multi-entry build - every page is considered an entry chunk