html-webpack-plugin : Simplifies creation of HTML files to serve your webpack bundles. You can installing html-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 html-webpack-plugin $ sudo npm install -g html-webpack-plugin
If want to update the html-webpack-plugin package execute the command as below,
$ sudo npm update html-webpack-plugin
Update package globally,
$ npm install -g html-webpack-plugin
$ sudo git clone https://github.com/rektide/html-webpack-plugin.git
$ sudo npm install -g ./html-webpack-plugin
html-webpack-plugin@2.30.1 /usr/lib/node_modules/html-webpack-plugin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall html-webpack-plugin
Package Name | html-webpack-plugin |
Version | 2.30.1 |
Description | Simplifies creation of HTML files to serve your webpack bundles |
Released Date | 2017-07-31T14:47:27.717Z |
Published by | jantimon |
How to Learn | https://www.npmjs.com/package/html-webpack-plugin/tutorial |