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.
1 parent 060e786 commit 23f2d85Copy full SHA for 23f2d85
src/index.ts
@@ -164,7 +164,7 @@ export function create(): {
164
isActive: false,
165
isWatchMode: false,
166
getBundleWriter() {
167
- const bundles: unknown[] = [];
+ const bundles: unknown[] = [PENDING_MARKER];
168
let outputIds: string[] | undefined;
169
let writtenBundles: number;
170
bundlesPerWriter.push(bundles);
0 commit comments