JamesLMilner / terra-draw

A library for drawing on maps that supports Mapbox, MapLibre, Google Maps, OpenLayers and Leaflet out the box
https://terradraw.io
MIT License
447 stars 50 forks source link

chore: add sideEffects: false to package.json #270

Closed JamesLMilner closed 2 months ago

JamesLMilner commented 2 months ago

Description of Changes

This change is slightly speculative and I'm not sure how many bundlers still reflect "sideEffects", but at least Webpack and Vite seem too.

Here's some context on the property: https://sgom.es/posts/2020-06-15-everything-you-never-wanted-to-know-about-side-effects/

Link to Issue

PR Checklist