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
Hi, migrated my webpack based vue 2.6 project to Vite (2.5.4) with vite-plugin-vue.
now I'm having issue with dynamic import of "infoWindow.vue" file, console error says "dynamic import /node_modules/vue2-google-maps/components/infoWindow.vue is not supported"
is there any workaround?
The text was updated successfully, but these errors were encountered:
Hi! I encountered the same issue(s) after migrating a project which heavily relies on this package from Webpack to Vite. To address this, I forked the repo locally and converted it to ESM. It is now fully compatible with Vite (5 in my case). @xkjyeah, would you be interested in a pull request, or should I publish it as a new package (vue2-google-maps-esm), of course crediting the original?
Hi, migrated my webpack based vue 2.6 project to Vite (2.5.4) with vite-plugin-vue.
now I'm having issue with dynamic import of "infoWindow.vue" file, console error says "dynamic import /node_modules/vue2-google-maps/components/infoWindow.vue is not supported"
is there any workaround?
The text was updated successfully, but these errors were encountered: