[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

perf: avoid late discovery of deps during dev (#18)

authored by

patak and committed by
GitHub
132c4e8d 4dc48cd1

+6
+6
nuxt.config.ts
··· 107 107 background_color: '#0a0a0a', 108 108 }, 109 109 }, 110 + 111 + vite: { 112 + optimizeDeps: { 113 + include: ['@vueuse/core', 'vue-data-ui/vue-ui-sparkline'], 114 + }, 115 + }, 110 116 })