webpack-manifest-plugin : webpack plugin for generating asset manifests. You can installing webpack-manifest-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-manifest-plugin $ sudo npm install -g webpack-manifest-plugin
If want to update the webpack-manifest-plugin package execute the command as below,
$ sudo npm update webpack-manifest-plugin
Update package globally,
$ npm install -g webpack-manifest-plugin
$ sudo git clone https://github.com/rektide/webpack-manifest-plugin.git
$ sudo npm install -g ./webpack-manifest-plugin
webpack-manifest-plugin@1.3.2 /usr/lib/node_modules/webpack-manifest-plugin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall webpack-manifest-plugin
| Package Name | webpack-manifest-plugin |
| Version | 1.3.2 |
| Description | webpack plugin for generating asset manifests |
| Released Date | 2017-09-14T12:39:52.622Z |
| Published by | mastilver |
| How to Learn | https://www.npmjs.com/package/webpack-manifest-plugin/tutorial |