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
4 changes: 2 additions & 2 deletions docusaurus/docs/analyzing-the-bundle-size.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ 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`:

```sh
yarn add source-map-explorer
yarn add --dev source-map-explorer
```

Then in `package.json`, add the following line to `scripts`:
Expand Down