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