You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't currently publish src/style-spec/dist/index.js with the main mapbox-gl package, so downstream projects (like @mapbox/studio) that use both gl-js and also specifically use the style-spec currently have to install mapbox-gl-style-spec separately. It would be preferable for them to be able to just pull in the style-spec from within the mapbox-gl package.
The text was updated successfully, but these errors were encountered:
Cherry pick 478dd56 from master
* Ensure style spec is published with build
Closes#6433Closes#6574
* Consolidate build unit test commands
* Workaround CI image path bash/sh issue
mapbox/mbgl-ci-images#17
* Fix style-spec build (#6575)
* Ensure style-spec is published with mapbox-gl (#6586)
Cherry pick 478dd56 from master
* Ensure style spec is published with build
Closes#6433Closes#6574
* Consolidate build unit test commands
* Workaround CI image path bash/sh issue
mapbox/mbgl-ci-images#17
* Bump style-spec version to 12.0.0-pre.1 (#6595)
* Use named exports in style-spec.js (#6602)
Cherry pick e83054f from master
Fixes#6601
* Ignore whole /dist/ directory
Done in master with e83054f
We don't currently publish
src/style-spec/dist/index.js
with the mainmapbox-gl
package, so downstream projects (like @mapbox/studio) that use both gl-js and also specifically use the style-spec currently have to install mapbox-gl-style-spec separately. It would be preferable for them to be able to just pull in the style-spec from within the mapbox-gl package.The text was updated successfully, but these errors were encountered: