diegoazh / gmap-vue

A wrapper component for consuming Google Maps API built on top of Vue. Fork of the popular vue-google-maps plugin.
https://diegoazh.github.io/gmap-vue/
172 stars 51 forks source link

Bug: package version 3.5.4 fails to build, because of missing mixin import #296

Closed szattila98 closed 1 year ago

szattila98 commented 1 year ago

Describe the bug

Some components like cluster-icon, import a mixin with a relative path as you can see in the first screenshot. But the mixin is not there, instead it is in the esm folder, so the path is wrong and there is an error on build.

To reproduce

Steps to reproduce the behavior:

  1. Search for gmap-vue in node_modules
  2. See that the mixin is not there where it should be

Expected behavior

The mixin should have a correct import path.

Current behavior

The mixin has a wrong import path and it prevents builds.

Screenshots

image image

Desktop (please complete the following information)

Smartphone (please complete the following information)

Additional context

I checked version 3.4.5 and that is still correct.

Versions

Package manager

Plugin version

diegoazh commented 1 year ago

Do you still need this change? or can you migrate to the new package for Vue v3? @gmap-vue/v3

diegoazh commented 1 year ago

Maintenance of this plugin for Vue v2 is stopped, please migrate to @gmap-vue/v3