From 2ac44f75931878c2dcd408a36761d8a563f9e5e9 Mon Sep 17 00:00:00 2001 From: Sergey Melyukov Date: Tue, 22 Dec 2020 16:10:02 +0300 Subject: [PATCH 1/2] Add link to Statoscope (according to #406) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 43b8e677..6306bf4e 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,9 @@ Analyzer will use module sizes from stats file. ``` To get more information about it you can read [issue #147](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/147). +### Other tools + +- [Statoscope](https://github.com/smelukov/statoscope/blob/master/packages/ui-webpack/README.md) - Webpack bundle analyzing tool to find out why a certain module was bundled (and more features, including interactive treemap)

Maintainers

From c53344d279b77c8b98d6e7b10f22ae437f4e1105 Mon Sep 17 00:00:00 2001 From: Sergey Melyukov Date: Tue, 22 Dec 2020 16:20:18 +0300 Subject: [PATCH 2/2] Change heading of `other tools` section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6306bf4e..e522ad75 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ Analyzer will use module sizes from stats file. ``` To get more information about it you can read [issue #147](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/147). -### Other tools +

Other tools

- [Statoscope](https://github.com/smelukov/statoscope/blob/master/packages/ui-webpack/README.md) - Webpack bundle analyzing tool to find out why a certain module was bundled (and more features, including interactive treemap)