[Vuejs]-How to use client only plugins for Inertia SSR + Vue

1👍

only can say about vue-google-map
try this lib vue3-google-map

if you use vite you need to add to your vite config this

ssr: {
  noExternal: [...yours lib,"vue3-google-map",...yours lib],
},

-1👍

Same problem on the same stack with PrimeVue plugin. Following the thread.

My error :

directory import ‘/path_to_project/node_modules/primevue/config’ is not supported resolving es modules imported from /path_to_project/bootstrap/ssr/ssr.mjs

Leave a comment