webpack-cleanup-plugin : Plugin for webpack to cleanup extraneous files from the output path directory. You can installing webpack-cleanup-plugin 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-cleanup-plugin $ sudo npm install -g webpack-cleanup-plugin
If want to update the webpack-cleanup-plugin package execute the command as below,
$ sudo npm update webpack-cleanup-plugin
Update package globally,
$ npm install -g webpack-cleanup-plugin
$ sudo git clone https://github.com/rektide/webpack-cleanup-plugin.git
$ sudo npm install -g ./webpack-cleanup-plugin
webpack-cleanup-plugin@0.5.1 /usr/lib/node_modules/webpack-cleanup-plugin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall webpack-cleanup-plugin
| Package Name | webpack-cleanup-plugin |
| Version | 0.5.1 |
| Description | Plugin for webpack to cleanup extraneous files from the output path directory |
| Released Date | 2017-02-27T16:45:54.904Z |
| Published by | gpbl |
| How to Learn | https://www.npmjs.com/package/webpack-cleanup-plugin/tutorial |