fix(mpa): properly emit assets in mpa mode (#3115)

pull/3121/head
Divyansh Singh 12 months ago committed by GitHub
parent da3d7812a1
commit 6cf1de5e9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save