From 8d3922e71c465d2bf7babb95ab900ca5d3e21168 Mon Sep 17 00:00:00 2001 From: Zias van Nes Date: Tue, 7 Oct 2025 14:28:23 +0200 Subject: [PATCH] fix:build issues --- vite.config.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index bdef694..48695d8 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -7,14 +7,7 @@ export default defineConfig({ preview: { allowedHosts: ['ziasvannes.tech'] }, build: { target: 'es2020', - cssCodeSplit: true, - rollupOptions: { - output: { - manualChunks: { - maplibre: ['maplibre-gl', 'svelte-maplibre'] - } - } - } + cssCodeSplit: true }, optimizeDeps: { include: ['maplibre-gl', 'svelte-maplibre']