diff --git a/src/index.ts b/src/index.ts index bb1a058..5880e0a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -164,7 +164,7 @@ export function create(): { isActive: false, isWatchMode: false, getBundleWriter() { - const bundles: unknown[] = []; + const bundles: unknown[] = [PENDING_MARKER]; let outputIds: string[] | undefined; let writtenBundles: number; bundlesPerWriter.push(bundles);