Hey Meteor Freaks,
on local env. it’s pretty easy to check the the bundles loaded and the initialBundle. thanks to the visualization package and the network tab you can pretty good check the meteor dynamic import fetch’s and bundles loaded.
When it comes to production builds I’m having a hard time to check which bundle is loaded and also to check the initial bundle. Do you have any practice in visualizing or measuring production bundles?
In the Network-Tab for sure you can see the meteor-js-ressource request but this is not very good to inspect. Is this even normal that I don’t see any dynamic fetch’s on production builds?
Thank you