grunt-webpack : Use webpack with grunt.. You can installing grunt-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 grunt-webpack $ sudo npm install -g grunt-webpack
If want to update the grunt-webpack package execute the command as below,
$ sudo npm update grunt-webpack
Update package globally,
$ npm install -g grunt-webpack
$ sudo git clone https://github.com/rektide/grunt-webpack.git
$ sudo npm install -g ./grunt-webpack
grunt-webpack@3.0.2 /usr/lib/node_modules/grunt-webpack
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall grunt-webpack
| Package Name | grunt-webpack |
| Version | 3.0.2 |
| Description | Use webpack with grunt. |
| Released Date | 2017-07-11T13:04:58.155Z |
| Published by | danez |
| How to Learn | https://www.npmjs.com/package/grunt-webpack/tutorial |