fix build error

This commit is contained in:
Pas 2025-09-25 11:58:06 -06:00
parent a498fdde87
commit e93cbe4d4a

View file

@ -121,9 +121,9 @@ export default defineConfig(({ mode }) => {
],
build: {
sourcemap: true,
sourcemap: mode !== "production",
rollupOptions: {
output: {},
output: {
manualChunks(id: string) {
if (id.includes("@sozialhelden+ietf-language-tags") || id.includes("country-language")) {
return "language-db";
@ -149,6 +149,7 @@ export default defineConfig(({ mode }) => {
}
}
}
}
},
css: {
postcss: {