From 615112b7e82034fa2eb310a8cbd900e85d4bf675 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 14 Aug 2025 10:51:26 +0200 Subject: [PATCH] fixes --- nuxt.config.ts | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 6a190ce..fb54827 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -102,15 +102,7 @@ export default defineNuxtConfig({ }, vite: { optimizeDeps: { - exclude: ['minio', 'sharp'] - }, - build: { - rollupOptions: { - external: ['minio', 'sharp', 'fs', 'path', 'crypto', 'stream'] - } - }, - ssr: { - noExternal: [] + exclude: ['sharp'] } }, runtimeConfig: {