From 1ad278162543d2f127f5f0f0ded33dfaa3d6a0a7 Mon Sep 17 00:00:00 2001 From: deetz99 Date: Tue, 17 Dec 2024 11:11:35 -0800 Subject: [PATCH] fix nuxt config --- strr-host-pm-web/nuxt.config.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/strr-host-pm-web/nuxt.config.ts b/strr-host-pm-web/nuxt.config.ts index 84594f57..86d63a59 100644 --- a/strr-host-pm-web/nuxt.config.ts +++ b/strr-host-pm-web/nuxt.config.ts @@ -88,9 +88,5 @@ export default defineNuxtConfig({ optimizeDeps: { // optimize immediately instead of after visiting page, prevents page reload in dev when initially visiting a page with these deps include: ['zod', 'uuid', 'vitest'] } - }, - - build: { - transpile: ['nitropack'] } })