webpack-s3-plugin : Uploads compiled assets to s3 after build. You can installing webpack-s3-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 webpack-s3-plugin $ sudo npm install -g webpack-s3-plugin
If want to update the webpack-s3-plugin package execute the command as below,
$ sudo npm update webpack-s3-plugin
Update package globally,
$ npm install -g webpack-s3-plugin
$ sudo git clone https://github.com/rektide/webpack-s3-plugin.git
$ sudo npm install -g ./webpack-s3-plugin
webpack-s3-plugin@1.0.0-rc.0 /usr/lib/node_modules/webpack-s3-plugin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall webpack-s3-plugin
| Package Name | webpack-s3-plugin |
| Version | 1.0.0-rc.0 |
| Description | Uploads compiled assets to s3 after build |
| Released Date | 2017-03-17T03:07:55.367Z |
| Published by | mikaak |
| How to Learn | https://www.npmjs.com/package/webpack-s3-plugin/tutorial |