Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Nuxt3 Production Fix #14

@vaniaalex

Description

@vaniaalex

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!

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions