Skip to content

Commit 23f2d85

Browse files
committed
fix: issue with multiple browser configs not waiting for eachother
1 parent 060e786 commit 23f2d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export function create(): {
164164
isActive: false,
165165
isWatchMode: false,
166166
getBundleWriter() {
167-
const bundles: unknown[] = [];
167+
const bundles: unknown[] = [PENDING_MARKER];
168168
let outputIds: string[] | undefined;
169169
let writtenBundles: number;
170170
bundlesPerWriter.push(bundles);

0 commit comments

Comments
 (0)