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
In the development environment the instruction you have right now in Readme works well, but when you try to build or generate the project it gives an error for import from @googlemaps/markerckuster.
In order to fix that you need to add another module in transpile array to look like this build: { transpile: [ "vue-google-maps-community-fork", "@googlemaps/markerclusterer", ], },
Here is the link for the Nuxt3 docs, where it explains why
Hello,
So I've tested on the nuxt3 website this module.
In the development environment the instruction you have right now in Readme works well, but when you try to build or generate the project it gives an error for import from @googlemaps/markerckuster.
In order to fix that you need to add another module in transpile array to look like this
build: { transpile: [ "vue-google-maps-community-fork", "@googlemaps/markerclusterer", ], },
Here is the link for the Nuxt3 docs, where it explains why
[https://v3.nuxtjs.org/guide/concepts/esm/#transpiling-libraries](Nuxt3 Docs Transpile Libraries)
Hope you update the Readme file.
Thanks!
The text was updated successfully, but these errors were encountered: