Skip to content

Commit

Permalink
fix(mpa): properly emit assets in mpa mode (#3115)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Oct 21, 2023
1 parent da3d781 commit 6cf1de5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node/build/bundle.ts
Expand Up @@ -70,6 +70,7 @@ export async function bundle(
...options,
emptyOutDir: true,
ssr,
ssrEmitAssets: config.mpa,
// minify with esbuild in MPA mode (for CSS)
minify: ssr
? config.mpa
Expand Down

0 comments on commit 6cf1de5

Please sign in to comment.