How to analyze the bundle size in React App
In this post we will give you information about How to analyze the bundle size in React App. Hear we will give you detail about How to analyze the bundle size in React AppAnd how to use it also give you demo for it if it is necessary.
we are going to learn about how to analyze the create react app bundle size using source-map-explorer.
Analyzing the bundle size
- First, we need to install a package called source-map-explorer in create react app using npm.
npm i source-map-explorer
Source map explorer helps us to analyze the JavaScript bundles using source maps.
- Now, open your package.json file and add the following line to scripts object.
"analyze": "source-map-explorer 'build/static/js/*.js'",
- Analyze the bundle size by running the following commands.
npm run buildnpm run analyze
npm run build is used to build your react app code to production.
npm run analyze is used to analyze the code.
Hope this code and post will helped you for implement How to analyze the bundle size in React App. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs