script-ext-html-webpack-plugin : Enhances html-webpack-plugin functionality with async and defer attributes for script elements. You can installing script-ext-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 script-ext-html-webpack-plugin $ sudo npm install -g script-ext-html-webpack-plugin
If want to update the script-ext-html-webpack-plugin package execute the command as below,
$ sudo npm update script-ext-html-webpack-plugin
Update package globally,
$ npm install -g script-ext-html-webpack-plugin
$ sudo git clone https://github.com/rektide/script-ext-html-webpack-plugin.git
$ sudo npm install -g ./script-ext-html-webpack-plugin
script-ext-html-webpack-plugin@1.8.8 /usr/lib/node_modules/script-ext-html-webpack-plugin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall script-ext-html-webpack-plugin
| Package Name | script-ext-html-webpack-plugin |
| Version | 1.8.8 |
| Description | Enhances html-webpack-plugin functionality with async and defer attributes for script elements |
| Released Date | 2017-11-04T17:38:11.009Z |
| Published by | numical |
| How to Learn | https://www.npmjs.com/package/script-ext-html-webpack-plugin/tutorial |