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
{{ message }}
This repository was archived by the owner on Feb 20, 2026. It is now read-only.
Some context: I'm having trouble compiling mapbox-gl with babel so it doesn't break IE11 (or some other older browsers). I have successfully compiled it with babel, but that takes the build in Jenkins from 3 to 17 mins, just to show a 'Not supported' notice. I'd rather import the included supported check, which works without compiling with babel, then only load the map when there's support.
I have a use case, where I want to separate a part of the codebase from the bundle. I can effectively do so by using
This works, however the styles from
VacatureMap.cssare not appended to the document.Possibly related to css-modules/css-modules#232
Some context: I'm having trouble compiling mapbox-gl with babel so it doesn't break IE11 (or some other older browsers). I have successfully compiled it with babel, but that takes the build in Jenkins from 3 to 17 mins, just to show a 'Not supported' notice. I'd rather import the included supported check, which works without compiling with babel, then only load the map when there's support.