From c100ee171ca768e9ba8ffd8a50f22e20931730c7 Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Mon, 19 Dec 2022 20:41:04 -0800 Subject: [PATCH] playground: update build.transpile --- playground/nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index a9be588..f178602 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -1,6 +1,6 @@ // https://v3.nuxtjs.org/api/configuration/nuxt.config export default defineNuxtConfig({ build: { - transpile: ['trpc-nuxt/client'] + transpile: ['trpc-nuxt'] } })