nuxt / vercel-builder

Vercel Builder for Nuxt
MIT License
646 stars 75 forks source link

Failed to build with @nuxtjs/composition-api #798

Closed kota-nakagawa closed 1 year ago

kota-nakagawa commented 1 year ago

I want to upgrade to Nuxt3, so I have installed @nuxtjs/composition-api.

I added @nuxtjs/composition-api to buildModules and now the build doesn't pass.

スクリーンショット 2023-03-17 4 36 53
danielroe commented 1 year ago

Would you try adding pathe to your build.transpile array?

I would note that installing @nuxtjs/composition-api will not help you move to Nuxt 3 - the API is considerably different. The composition API we built for Nuxt Bridge is much more similar, but I would also consider migrating directly.

kota-nakagawa commented 1 year ago

thanks @danielroe

This problem was resolved !

スクリーンショット 2023-03-18 8 00 45

I would consider using NuxtBridge !