I'm quite new in this overwhelmingly huge world of js-stack-tools and recently I've been following some tutorials about bundlers, which seem to include almost always the frontend facet.
But in a simple app with only server-side participation (like a single service app in a microservices architecture) is it necessary to bundle the app? what are the pros/cons of doing it?
If pros > cons would be a good practice to use Jest's snapshots to check the bundle.js file?
My apologizes if the question turns to be a bit ambiguous but I'm struggling trying to fit all these new concepts in my head.