Philipp Baschke
Philipp Baschke
Thank you for your detailed report @strarsis ☺️ I tried reproducing your problem but your configuration works for me. However I realized something strange. When I use a wrong key...
The key warning is a great idea! 🎉 But does your answer mean that it worked now or is it still failing? Can you test if your key contains URL...
Thank you @mickaelperrin for your research and for submitting a pull request to solve the issue! ☺️ Sorry for the late answer, I was pretty busy lately 😞 Would you...
I worked around it by using the following import: ```javascript import mapboxglRTL from '@mapbox/mapbox-gl-rtl-text/mapbox-gl-rtl-text.min.js'; ``` in combination with a rule in `module.rules`: ```javascript module: { rules: [ { test: /mapbox-gl-rtl-text.min.js$/,...