wobsoriano / trpc-nuxt

End-to-end typesafe APIs in Nuxt applications.
trpc-nuxt.vercel.app
MIT License
687 stars 39 forks source link

package import specifier "#imports" is not defined in package #137

Closed Jimmyzm closed 10 months ago

Jimmyzm commented 10 months ago
- nuxt verion:       v3.9
- plugin version:    v0.10.15
- trpc version:      v10.45
- os version:        win11 x64

I follow the this doc, add this to nuxt.config.ts:

build: {
  transpile: ['trpc-nuxt']
}

It works well.