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
Introduce static worker version of the bundle for strict CSP environments (mapbox#8044)
* introduce static worker version of the bundle
* update gitignore, remove leftover import
* use hyphen in csp/worker build names for consistency
* add docs for the static bundle
* rename mapbox-gl-worker to mapbox-gl-csp-worker
* nicer CSP build config
exportdefault`/* Mapbox GL JS is licensed under the 3-Clause BSD License. Full text of license: https://github.com/mapbox/mapbox-gl-js/blob/v${version}/LICENSE.txt */`;
banner: `/* Mapbox GL JS is licensed under the 3-Clause BSD License. Full text of license: https://github.com/mapbox/mapbox-gl-js/blob/v${version}/LICENSE.txt */`
0 commit comments