Skip to content

Commit 6cf1de5

Browse files
authoredOct 21, 2023
fix(mpa): properly emit assets in mpa mode (#3115)
1 parent da3d781 commit 6cf1de5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/node/build/bundle.ts

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export async function bundle(
7070
...options,
7171
emptyOutDir: true,
7272
ssr,
73+
ssrEmitAssets: config.mpa,
7374
// minify with esbuild in MPA mode (for CSS)
7475
minify: ssr
7576
? config.mpa

0 commit comments

Comments
 (0)
Please sign in to comment.