Skip to content

Commit 7fe765d

Browse files
committed
Remove outdated bit from README, update bundle-analyzer link
1 parent 24a1768 commit 7fe765d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: template/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2106,7 +2106,7 @@ Once the build is complete, you should have a JSON file located at `build/bundle
21062106
21072107
The quickest way to get insight into your bundle is to drag and drop that JSON file into [Webpack Visualizer](https://chrisbateman.github.io/webpack-visualizer/).
21082108
2109-
Another very popular tool is [`webpack-bundle-analyzer`](https://www.npmjs.com/package/webpack-bundle-analyzer).
2109+
Another very popular tool is [`webpack-bundle-analyzer`](https://github.com/webpack-contrib/webpack-bundle-analyzer).
21102110
21112111
To use `webpack-bundle-analyzer`, start by installing it from NPM:
21122112
@@ -2124,7 +2124,6 @@ In `package.json`, add the following line to `scripts`:
21242124
+ "analyze": "npm run build -- --stats && webpack-bundle-analyzer build/bundle-stats.json",
21252125
"start": "react-scripts start",
21262126
"build": "react-scripts build",
2127-
"build:with-stats": "react-scripts build",
21282127
"test": "react-scripts test --env=jsdom",
21292128
```
21302129

0 commit comments

Comments
 (0)