From 57b9d3f2686195c9ad1cb08c93639e6d3020c647 Mon Sep 17 00:00:00 2001 From: Yorick de Wid Date: Sat, 25 Jul 2026 11:04:36 +0000 Subject: [PATCH] Emit and register the maplibre worker as a build asset Same fix as WebFront: maplibre v6's worker is resolved at runtime and never emitted by the bundler, so the sample map's worker request fell through to the SPA catch-all as text/html and the map stayed blank. Co-Authored-By: Claude Fable 5 --- src/components/Mapbox/SampleMap.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/Mapbox/SampleMap.vue b/src/components/Mapbox/SampleMap.vue index e115a61..b6e5f18 100644 --- a/src/components/Mapbox/SampleMap.vue +++ b/src/components/Mapbox/SampleMap.vue @@ -1,8 +1,15 @@