fix: css code splitting off for desktop

This commit is contained in:
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

View file

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