fix(build): endless screen

Disable experimental lazyBarrel to fix Vuetify modules failing to import.

See https://github.com/vitejs/vite/issues/22779 and https://github.com/rolldown/rolldown/issues/9964

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Fernando Fernández
2026-06-26 19:18:40 +00:00
committed by GitHub
parent 605bc1e7f8
commit 267bc0ed4c
+3
View File
@@ -76,6 +76,9 @@ export default defineConfig({
splashscreen: resolve(import.meta.dirname, 'src/splashscreen.ts'),
main: resolve(import.meta.dirname, 'src/main.ts'),
index: resolve(import.meta.dirname, 'index.html')
},
experimental: {
lazyBarrel: false
}
}
},