From 5fd9fba4886cff89961989a174ab9dd2b47dadbe Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 29 Jul 2025 14:18:17 +0800 Subject: [PATCH] vite config --- next-ui/vite.config.mts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/next-ui/vite.config.mts b/next-ui/vite.config.mts index 50a16239..5aec2d6e 100644 --- a/next-ui/vite.config.mts +++ b/next-ui/vite.config.mts @@ -81,6 +81,9 @@ export default defineConfig({ server: { port: 3000, }, + optimizeDeps: { + exclude: ['vuetify'], + }, test: { coverage: { reporter: ['text', 'json-summary', 'json', 'html'], @@ -112,9 +115,6 @@ export default defineConfig({ }, }, }, - optimizeDeps: { - exclude: ['vuetify'], - }, plugins: [ // The plugin will run tests for the stories defined in your Storybook config // See options at: https://storybook.js.org/docs/next/writing-tests/integrations/vitest-addon#storybooktest