uglifyjs-webpack-plugin : UglifyJS plugin for webpack. You can installing uglifyjs-webpack-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 uglifyjs-webpack-plugin $ sudo npm install -g uglifyjs-webpack-plugin
If want to update the uglifyjs-webpack-plugin package execute the command as below,
$ sudo npm update uglifyjs-webpack-plugin
Update package globally,
$ npm install -g uglifyjs-webpack-plugin
$ sudo git clone https://github.com/rektide/uglifyjs-webpack-plugin.git
$ sudo npm install -g ./uglifyjs-webpack-plugin
uglifyjs-webpack-plugin@1.1.1 /usr/lib/node_modules/uglifyjs-webpack-plugin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall uglifyjs-webpack-plugin
| Package Name | uglifyjs-webpack-plugin |
| Version | 1.1.1 |
| Description | UglifyJS plugin for webpack |
| Released Date | 2017-11-23T19:29:19.020Z |
| Published by | d3viant0ne |
| How to Learn | https://www.npmjs.com/package/uglifyjs-webpack-plugin/tutorial |