// Map bundle entry point — combines Leaflet and map plugins. // // ESM evaluates side-effect imports in source order, so leaflet-global.js // runs (and sets window.L) before plugins-optimized.js, which references L. import "./leaflet-global.js"; import "../vendor/js/plugins-optimized.js"; // Mark bundle as loaded window.mapBundleLoaded = true;