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 0f928e2 commit a57c059Copy full SHA for a57c059
packages/cli-v3/src/dev/backgroundWorker.ts
@@ -47,6 +47,9 @@ export class BackgroundWorker {
47
throw new Error("Worker already initialized");
48
}
49
50
+ // Write the build manifest to this.build.outputPath/build.json
51
+ await writeJSONFile(this.buildManifestPath, this.build, true);
52
+
53
logger.debug("indexing worker manifest", { build: this.build, params: this.params });
54
55
this.manifest = await indexWorkerManifest({
0 commit comments