Wildhoney / Leaflet.FreeDraw

:earth_asia: FreeDraw allows the free-hand drawing of shapes on your Leaflet.js map layer – providing an intuitive and familiar UX for creating geospatial boundaries similar to Zoopla and others. Included out-of-the-box is the concaving of polygons, polygon merging and simplifying, as well as the ability to add edges and modify existing shapes.
https://freedraw.herokuapp.com/
MIT License
544 stars 103 forks source link

Leaflet is bundled in the dist files #157

Open nickolas1 opened 5 years ago

nickolas1 commented 5 years ago

Leaflet is listed as an external dependency in the rollup config, but it appears to still be bundled in the dist files.

nickolas1 commented 5 years ago

This may be because leaflet is included as both a dev and peer dependency- if I remove it as a dev dependency and build it excludes it properly.