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']