Documentation version
DeveloperApplies to 1.0.0

Development source and bundled assets

Understand the relationship between human-readable source, production builds and bundled Leaflet.

Human-readable JavaScript and stylesheet source is included under src/ alongside production assets under build/.

Build tooling

Production assets are built with @wordpress/scripts. Development configuration is included in the separate source distribution.

Leaflet

Leaflet 1.9.4 is bundled for OpenStreetMap/XYZ map interaction. Third-party license details are included in third-party-notices.txt.

Why source availability matters

The readable source makes auditing and contribution easier and avoids treating minified/compiled browser assets as the only development reference.