From e31fc4087c0aa66917106a4ab00238de980e7d1c Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sun, 5 Feb 2023 17:44:37 +0000 Subject: [PATCH] fix: transpile `masto` --- nuxt.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 369631a9..1f22a4ec 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -128,6 +128,9 @@ export default defineNuxtConfig({ }, }, }, + build: { + transpile: ['masto'], + }, nitro: { esbuild: { options: {