webpack-chunk-hash : Plugin to replace a standard webpack chunk hashing with custom (md5) one.. You can installing webpack-chunk-hash 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-chunk-hash $ sudo npm install -g webpack-chunk-hash
If want to update the webpack-chunk-hash package execute the command as below,
$ sudo npm update webpack-chunk-hash
Update package globally,
$ npm install -g webpack-chunk-hash
$ sudo git clone https://github.com/rektide/webpack-chunk-hash.git
$ sudo npm install -g ./webpack-chunk-hash
webpack-chunk-hash@0.5.0 /usr/lib/node_modules/webpack-chunk-hash
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall webpack-chunk-hash
| Package Name | webpack-chunk-hash |
| Version | 0.5.0 |
| Description | Plugin to replace a standard webpack chunk hashing with custom (md5) one. |
| Released Date | 2017-10-06T21:06:03.135Z |
| Published by | alexindigo |
| How to Learn | https://www.npmjs.com/package/webpack-chunk-hash/tutorial |