mapbox / mapbox-sdk-js

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

remove commited bundle.js #383

Open andrewharvey opened 4 years ago

andrewharvey commented 4 years ago

We have a bundle.js committed into the repo https://github.com/mapbox/mapbox-sdk-js/commits/master/bundle.js and it seems this was done to be used with unpkg etc.

However we currently recommend unkpg to use the file from umd/mapbox-sdk.js https://github.com/mapbox/mapbox-sdk-js#pre-bundled-files-on-unpkgcom

Nor is it included in the publish version package https://github.com/mapbox/mapbox-sdk-js/blob/e3574d1749f89ca741206e61a49fc71ad5461d25/package.json#L6-L12

So should we remove it, or add it to the published version package?