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 89afe44 commit 64e9393Copy full SHA for 64e9393
packages/cli-v3/src/build/buildWorker.ts
@@ -116,6 +116,9 @@ export function rewriteBuildManifestPaths(
116
loaderEntryPoint: buildManifest.loaderEntryPoint
117
? rewriteOutputPath(destinationDir, buildManifest.loaderEntryPoint)
118
: undefined,
119
+ initEntryPoint: buildManifest.initEntryPoint
120
+ ? rewriteOutputPath(destinationDir, buildManifest.initEntryPoint)
121
+ : undefined,
122
};
123
}
124
// Remove any query parameters from the entry path
0 commit comments