Merge branch 'vuejs:main' into main

pull/4705/head
Fro-Q 5 months ago committed by GitHub
commit f2aa57ae8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -121,7 +121,10 @@ export async function bundle(
manualChunks(id, ctx) {
// move known framework code into a stable chunk so that
// custom theme changes do not invalidate hash for all pages
if (id.startsWith('\0vite')) {
if (
id.startsWith('\0vite') ||
ctx.getModuleInfo(id)?.meta['vite:asset']
) {
return 'framework'
}
if (id.includes('plugin-vue:export-helper')) {

Loading…
Cancel
Save