uglify-loader : Uglify.js loader for webpack. You can installing uglify-loader 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 uglify-loader $ sudo npm install -g uglify-loader
If want to update the uglify-loader package execute the command as below,
$ sudo npm update uglify-loader
Update package globally,
$ npm install -g uglify-loader
$ sudo git clone https://github.com/rektide/uglify-loader.git
$ sudo npm install -g ./uglify-loader
uglify-loader@2.0.0 /usr/lib/node_modules/uglify-loader
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall uglify-loader
| Package Name | uglify-loader |
| Version | 2.0.0 |
| Description | Uglify.js loader for webpack |
| Released Date | 2017-03-03T12:50:38.656Z |
| Published by | bestander |
| How to Learn | https://www.npmjs.com/package/uglify-loader/tutorial |