fix: css code splitting off for desktop

pull/4753/head
Adam 2025-11-25 14:33:49 -06:00
parent d914a08896
commit 99a23bdc8f
No known key found for this signature in database
GPG Key ID: 9CB48779AF150E75
1 changed files with 1 additions and 0 deletions

View File

@ -17,5 +17,6 @@ export default defineConfig({
},
build: {
target: "esnext",
cssCodeSplit: false,
},
})