Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update analyzing-the-bundle-size.md
  • Loading branch information
jakejakeho authored Dec 1, 2021
commit f55d2bb99e02be87e9fc8c08f3a7eb6fdabb7eb8
2 changes: 1 addition & 1 deletion docusaurus/docs/analyzing-the-bundle-size.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bloat is coming from.
To add Source map explorer to a Create React App project, follow these steps:

```sh
npm install --save source-map-explorer
npm install --save-dev source-map-explorer
```

Alternatively you may use `yarn`:
Expand Down