N
Nuxt4mo ago
Felix

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
Felix
Felix4mo ago
ah, i use one component from primevue and it bundles the entire library surprised it loads everything even if nothing is referencing it tho
adarshmadrecha
adarshmadrecha4mo ago
This is more of issue with PrimeVue rater than nuxt