Palzin Track
Get 15% off with code PTRACKSIGNUP15 

Laravel Diary Logo

How to clean up JavaScript bundles

Recently I started using Vue for a new admin panel on my board games website. And I noticed that my bundled JavaScript file started to grow fairly quickly. After only a few weeks the bundle had grown to approximately 1MB uncompressed. For my personal projects, I always want them to be as performant as possible without raising the cost. So,...