You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for this great plugin. I was wondering if you plan to provide an ES module version of it. The release announcements of Leaflet 1.9.0 advocate the use of ES modules and it is planned to even remove the L global in the future. It would be great if I could just do
importleafletimportleaflet.locatecontrol
in the future 🙂
The text was updated successfully, but these errors were encountered:
I'd be happy to accept a pull request for an esm version. The difficulty is that we'd need to set up some compilation process for the non esm version. The benefits are also not as large as with other libraries since the code is so small.
Hi, thanks for this great plugin. I was wondering if you plan to provide an ES module version of it. The release announcements of Leaflet 1.9.0 advocate the use of ES modules and it is planned to even remove the
L
global in the future. It would be great if I could just doin the future 🙂
The text was updated successfully, but these errors were encountered: