mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2026-09-02 21:04:08 +03:00
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:
@@ -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
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user