Skip to content

Commit 64e9393

Browse files
committed
we also didn't rewrite the output path
1 parent 89afe44 commit 64e9393

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/cli-v3/src/build/buildWorker.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ export function rewriteBuildManifestPaths(
116116
loaderEntryPoint: buildManifest.loaderEntryPoint
117117
? rewriteOutputPath(destinationDir, buildManifest.loaderEntryPoint)
118118
: undefined,
119+
initEntryPoint: buildManifest.initEntryPoint
120+
? rewriteOutputPath(destinationDir, buildManifest.initEntryPoint)
121+
: undefined,
119122
};
120123
}
121124
// Remove any query parameters from the entry path

0 commit comments

Comments
 (0)