ONSvisual / svelte-maps

Reusable map components for Svelte projects.
23 stars 4 forks source link

Make sure this works with SvelteKit #3

Open bothness opened 2 years ago

bothness commented 2 years ago

This library seems to be causing errors in SvelteKit.

I suspect that this relates to how Mapbox GL JS is imported (issue #1 ), but it may also be that I've made other errors in the package.json or elsewhere in the code.

Note that this SvelteKit-based demo successfully imports Mapbox, so it's not impossible to do so.