It seems like the bundle size between v6 and v7 increased by a substantial amount.
Here you can see that the bundle size for @turf/helpers@6 is 4.9kb: https://pkg-size.dev/@turf%2Fhelpers@v6
And here you can see that the latest version is at 53kb: https://pkg-size.dev/@turf%2Fhelpers
The amount of modules also went from 1 to 70 so my guess is that there was build system changes and there is an error in that?
It seems like the bundle size between v6 and v7 increased by a substantial amount.
Here you can see that the bundle size for
@turf/helpers@6is4.9kb: https://pkg-size.dev/@turf%2Fhelpers@v6And here you can see that the latest version is at
53kb: https://pkg-size.dev/@turf%2FhelpersThe amount of modules also went from 1 to 70 so my guess is that there was build system changes and there is an error in that?