I have many vue components in my project and all components contains templates with quite alot of HTML.
I am worried that my app.js file is getting to big. But something is strange with it:
When I compile with "npm run prod" my app.js file is 1.28 MiB. When I hard-refresh chrome my website on my developing station networks tab says app.js is 1.3 MiB.
But when I upload the file to my production server (AWS with Forge) and hard refresh the site chrome says app.js is only 351 kB. How can this be? Should I be worried about the size of all my components?