Skip to content

Commit 5592470

Browse files
authored
Update analyzing-the-bundle-size.md
1 parent 54b6efa commit 5592470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/react/development/analyzing-the-bundle-size.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
id: analyzing-the-bundle-size
33
title: Analyzing Bundle Size
4-
sidebar_label: Analyzing Bundle Size
54
sidebar_position: 3
65
tags: [react, create-react-app, source-map-explorer, bundle-size, performance]
76
description: "Learn how to analyze the bundle size of your Create React App project using Source Map Explorer. Identify areas of your codebase that might be bloated and optimize them for better performance."
7+
hide_table_of_contents: true
88
---
99

1010
If you want to understand where the excess code in your JavaScript bundles is coming from, you can use a helpful tool called Source Map Explorer. In this guide, we'll learn how to add Source Map Explorer to your Create React App project and analyze the bundle size.

0 commit comments

Comments
 (0)