on-build-webpack : Webpack plugin that gives ability to add callback after build. You can installing on-build-webpack 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 on-build-webpack $ sudo npm install -g on-build-webpack
If want to update the on-build-webpack package execute the command as below,
$ sudo npm update on-build-webpack
Update package globally,
$ npm install -g on-build-webpack
$ sudo git clone https://github.com/rektide/on-build-webpack.git
$ sudo npm install -g ./on-build-webpack
on-build-webpack@0.1.0 /usr/lib/node_modules/on-build-webpack
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall on-build-webpack
Package Name | on-build-webpack |
Version | 0.1.0 |
Description | Webpack plugin that gives ability to add callback after build |
Released Date | 2014-10-11T15:09:21.919Z |
Published by | kossnocorp |
How to Learn | https://www.npmjs.com/package/on-build-webpack/tutorial |