Dependencies optimizations in dev mode
Hi guys,
I just updated from Nuxt 3.7 to 3.13, and now, i got issues with dependencies optimizations in dev mode.
It looks like each time i discover a component for the first time, my server show me a optimization message then restarts.
Is it possible to optimize all these dependecies at build time to avoid this ?
1 Reply
I saw several posts telling that we've to add dependencies in
vite: { optimizeDeps: {include: []}}
But as you can see, i'm using Primevue and it looks like each component is a module (when i just add "primevue", it throw me the error below)