mapbox / mapbox-sdk-js

A JavaScript client to Mapbox services, supporting Node, browsers, and React Native
Other
719 stars 186 forks source link

Support ESM modules #476

Open busybox11 opened 10 months ago

busybox11 commented 10 months ago

This library doesn't have any built-in support for ESM modules.

It could be a good thing to integrate a build step that would convert the current CJS to ESM.