Thomas Nguyenthomasnguyen.hashnode.dev·Jul 24, 2022Monitor and analyze webpack bundleKeep track of the bundle size To monitor your app size, use webpack-dashboard during development and bundlesize on CI. webpack-dashboard webpack-dashboard enhances webpack output with sizes of dependencies, progress and other details. Here’s how it l...Discuss·121 readsFront-endwebpack
Vishal Yadavvishalyadav.hashnode.dev·Jul 17, 2022How to reduce your bundle size in ReactHave you ever checked your build size and asked yourself why the file size is so large? One of the reasons for the slow loading of applications is the large build chunk size that browser has to fetch for the first time to load the application. If y...Discuss·5 likes·236 readsoptimization