Open andrewharvey opened 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.
bundle.js
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
umd/mapbox-sdk.js
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?
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-unpkgcomNor 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?