Skip to content

Commit 132c4e8

Browse files
authored
perf: avoid late discovery of deps during dev (#18)
1 parent 4dc48cd commit 132c4e8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

nuxt.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,10 @@ export default defineNuxtConfig({
107107
background_color: '#0a0a0a',
108108
},
109109
},
110+
111+
vite: {
112+
optimizeDeps: {
113+
include: ['@vueuse/core', 'vue-data-ui/vue-ui-sparkline'],
114+
},
115+
},
110116
})

0 commit comments

Comments
 (0)