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
When trying to build for production (yarn generate), the following message appears : 'ERROR Unknown file extension ".vue" for node_modules/vue-recaptcha/dist/components/ChallengeV2.vue'
I'm using nuxt3 and "vue-recaptcha": "^3.0.0-alpha.5".
Any idea to solve this pls ?
Many thanks
The text was updated successfully, but these errors were encountered:
On stack Laravel InertiaJS Vue 3 Vite
I added format: 'cjs' in my vite.config,js
ssr: {
noExternal: ['@inertiajs/server'],
format: 'cjs'
},
Helped solve a similar problem
Hi,
When trying to build for production (yarn generate), the following message appears : 'ERROR Unknown file extension ".vue" for node_modules/vue-recaptcha/dist/components/ChallengeV2.vue'
I'm using nuxt3 and "vue-recaptcha": "^3.0.0-alpha.5".
Any idea to solve this pls ?
Many thanks
The text was updated successfully, but these errors were encountered: