NathanAP / vue-google-maps-community-fork

The community fork for Vue Google Maps library
https://vue-google-maps-community-fork.netlify.app
MIT License
107 stars 32 forks source link

The entry point "vue-google-maps-community-fork" cannot be marked as external #85

Open jjcreator opened 10 months ago

jjcreator commented 10 months ago

Hi, using Nuxt3 I am unable to run the app after installing vue-google-maps-community-fork

I'm getting an "The entry point "vue-google-maps-community-fork" cannot be marked as external" error, using the original build (from famwi) works.

image

freps commented 10 months ago

Same here.. only when I remove the build parameter it works in dev.. not sure what happens in the background.

nuxt.config.ts

  build: {
    // transpile: ['vue-google-maps-community-fork', '@googlemaps/markercluster'],
  },
ZS-Andisch commented 9 months ago

sme here

NathanAP commented 8 months ago

Hey guys! Sorry for my late reply. My life changed a lot since last year ):

I'm not sure what could be causing this to be honest, I'll look if I can find anything related to this.