mapbox / mapbox-gl-js-mock

A maybe-some-day-fully-featured mock for mapbox-gl-js
BSD 3-Clause "New" or "Revised" License
25 stars 33 forks source link

Use mapbox dist instead of src? #39

Open pburkindine opened 5 years ago

pburkindine commented 5 years ago

The references in map.js to the mapbox-gl/src folder will not work in TypeScript environments and etc where babel/flow compilation does not take place. Can you reference the mapbox-gl/dist code instead?

pburkindine commented 5 years ago

any update here?