Hi. I think it's very newbie & dumb question. But i've been trying to get my head bundle size . According to google
An app's bundle size is the amount of JavaScript a user will have to download to load your app.
An app's bundle size is the amount of JavaScript a user will have to download to load your app.
So does that mean not each & every dependency contributes to bundle size? e.g. if im using nextjs as full stack and i have mongoose as a dependency what shouldn't contribute to client side Js.
So bundle size of a page is only based on imports we have in that file? Does that mean each & every page has different bundle size because imports & data varies ?
And what exactly is relation between build size & bundle size ? Also if the bundle size is based on imports . Should i be worried about build size?