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
Currently GL JS is firmly tied to browserify with dependency on their Glify module. Currently using webpack script loader as a workaround to include the GL JS library but it is not optimal. See mapbox/mapbox-gl-js#1649
The text was updated successfully, but these errors were encountered:
While it may not be possible to directly import gl-js yet there are a number of intermediate options that may be available. The script loader is basically a last resort.
Currently GL JS is firmly tied to browserify with dependency on their Glify module. Currently using webpack script loader as a workaround to include the GL JS library but it is not optimal. See mapbox/mapbox-gl-js#1649
The text was updated successfully, but these errors were encountered: