inocan-group / vue3-google-map

A set of composable components for easy use of Google Maps in your Vue 3 projects.
https://vue3-google-map.com
MIT License
272 stars 54 forks source link

Themes Types imports with incorrect path #93

Closed S2AON closed 1 year ago

S2AON commented 2 years ago

I have a vite base project, and when I try to build the app there is an error referring to the import of the themes that have an incorrect path.

"Cannot find module '../themes/index' or its corresponding type declarations. 2 import * as themes from "../themes/index";"

image

I solved the issue by changing the path to: ../../themes/types/index But as I'm using a serverless solution to run automated builds on the cloud this doesn't work for me.

HusamElbashir commented 2 years ago

Hi @S2AON

Would you be able to provide a minimal reproduction? I tried building an arbitrary vite project with the library included and couldn't reproduce this.

markcouvaras commented 1 year ago

FYI - This is still a bug. I have the exact same issue using Vite.

markcouvaras commented 1 year ago

Hi @S2AON

Would you be able to provide a minimal reproduction? I tried building an arbitrary vite project with the library included and couldn't reproduce this.

How are we mean to reproduce this? I am trying to deploy to Vercel and this issues happens when a deploy is initiated via Github. Please let us know how to reproduce and I will do it for you?

markcouvaras commented 1 year ago

image This is from Vercel