Open birkskyum opened 2 months ago
There is a branch I updated from dependabot to solve this, but one of the packages was not updated in one of the dependencies, causing a significant bundle size increase. I'm not sure I had a good solution to this, but feel free to take a stab at this.
See here:
These three packages by mapbox all have new major version updates that support ESM and don't support CJS. They seem to be very related and easiest to updated at the same time:
These two has to be removed at the same time, since the typescript is moved to the packages and will conflict:
When updating, there're some type errors, but the only non-trivial one is from geojson_wrapper.ts saying:
Related to
1595