diff --git a/nuxt.config.ts b/nuxt.config.ts index 3eb4b33..c88eae8 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -5,4 +5,9 @@ export default defineNuxtConfig({ elementPlus: { themes: ['dark'], }, + vite: { + optimizeDeps: { + exclude: ['dayjs', 'lodash-unified'] + } + } })