Turfjs / turf

A modular geospatial engine written in JavaScript and TypeScript

Home Page:https://turfjs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Turf buffer isn't tree shaked

Harpush opened this issue · comments

Version 6.5.0
I have a library importing turf buffer and exporting a function that uses it.
Even if the app doesn't use that function turf-jsts is in the bundle.
I suspect it is because turf-jsts isn't marked as side effects free.

Any news?