From 8a1d4113695da4e9a1b0fa1a987ee28d35b36815 Mon Sep 17 00:00:00 2001 From: Timo Giese Date: Tue, 14 Apr 2026 19:10:39 +0000 Subject: [PATCH 1/4] refactor: bundle all vendor deps into spotmap-map.js, drop copy-deps Import Leaflet, all plugins, Font Awesome, and custom CSS directly in src/map-engine/index.ts so webpack packs everything into the single build/spotmap-map.js + build/spotmap-map.css output. This eliminates the copy-deps.js script and the public/ vendor subdirectories entirely. window.L is explicitly assigned after import so future Leaflet plugins loaded as separate