Skip to content

[codex] Remove missing markercluster sourcemap reference#1197

Draft
karilint wants to merge 1 commit into
mainfrom
codex/1193-leaflet-markercluster-sourcemap
Draft

[codex] Remove missing markercluster sourcemap reference#1197
karilint wants to merge 1 commit into
mainfrom
codex/1193-leaflet-markercluster-sourcemap

Conversation

@karilint
Copy link
Copy Markdown
Collaborator

@karilint karilint commented Jun 4, 2026

Summary

  • Remove the sourcemap directive from the vendored leaflet.markercluster.js build.
  • Keep the markercluster runtime code unchanged.

Root Cause / Context

The vendored minified markercluster file referenced leaflet.markercluster.js.map. That map exists, but it points to original ../src/*.js source files that are not included in the repository, so the frontend dev container/Vite reports missing source files during startup.

Validation

  • Confirmed sourceMappingURL=leaflet.markercluster.js.map is no longer present under frontend/src/components/Map.
  • npm run lint:frontend
  • npm run tsc:frontend
  • Commit hook also ran root npm run lint and root npm run tsc successfully.

Closes #1193

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error: missing source files

1 participant