webpack-bundle-analyzer : Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap. You can installing webpack-bundle-analyzer npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install webpack-bundle-analyzer $ sudo npm install -g webpack-bundle-analyzer
If want to update the webpack-bundle-analyzer package execute the command as below,
$ sudo npm update webpack-bundle-analyzer
Update package globally,
$ npm install -g webpack-bundle-analyzer
$ sudo git clone https://github.com/rektide/webpack-bundle-analyzer.git
$ sudo npm install -g ./webpack-bundle-analyzer
webpack-bundle-analyzer@2.9.1 /usr/lib/node_modules/webpack-bundle-analyzer
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall webpack-bundle-analyzer
| Package Name | webpack-bundle-analyzer |
| Version | 2.9.1 |
| Description | Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap |
| Released Date | 2017-11-09T08:54:17.148Z |
| Published by | valscion |
| How to Learn | https://www.npmjs.com/package/webpack-bundle-analyzer/tutorial |