mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-08-16 16:45:22 +00:00
Drop UMD and make ESM the default entrypoint (#8826)
Signed-off-by: Jon Koops <jonkoops@gmail.com> Co-authored-by: Florian Bischof <design.falke@gmail.com>
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"leaflet": "../../dist/leaflet-src.esm.js"
|
||||
"leaflet": "../../dist/leaflet-src.js"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user