imagemin-webpack-plugin : Webpack plugin to compress images. You can installing imagemin-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 imagemin-webpack-plugin $ sudo npm install -g imagemin-webpack-plugin
If want to update the imagemin-webpack-plugin package execute the command as below,
$ sudo npm update imagemin-webpack-plugin
Update package globally,
$ npm install -g imagemin-webpack-plugin
$ sudo git clone https://github.com/rektide/imagemin-webpack-plugin.git
$ sudo npm install -g ./imagemin-webpack-plugin
imagemin-webpack-plugin@1.5.2 /usr/lib/node_modules/imagemin-webpack-plugin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall imagemin-webpack-plugin
Package Name | imagemin-webpack-plugin |
Version | 1.5.2 |
Description | Webpack plugin to compress images |
Released Date | 2017-09-08T18:14:53.834Z |
Published by | klathmon |
How to Learn | https://www.npmjs.com/package/imagemin-webpack-plugin/tutorial |