100s of scripts in production output
Hey, I am working on a relatively small project but when I produce the build the html contains tons and tons of js references. The network totals 151 requrests with 2.9mb transfered and the website is just a landing page with a separate dashboard backend which is not referenced from the frontend app. How can i debug this?
2 Replies
ah, i use one component from primevue and it bundles the entire library
surprised it loads everything even if nothing is referencing it tho
This is more of issue with PrimeVue rater than nuxt