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'] } })