[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.

fix: optimise virtua dep

+1 -1
+1 -1
nuxt.config.ts
··· 111 111 112 112 vite: { 113 113 optimizeDeps: { 114 - include: ['@vueuse/core', 'vue-data-ui/vue-ui-sparkline'], 114 + include: ['@vueuse/core', 'vue-data-ui/vue-ui-sparkline', 'virtua/vue'], 115 115 }, 116 116 }, 117 117 })