copy-webpack-plugin : Copy files and directories in webpack. You can installing copy-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 copy-webpack-plugin $ sudo npm install -g copy-webpack-plugin
If want to update the copy-webpack-plugin package execute the command as below,
$ sudo npm update copy-webpack-plugin
Update package globally,
$ npm install -g copy-webpack-plugin
$ sudo git clone https://github.com/rektide/copy-webpack-plugin.git
$ sudo npm install -g ./copy-webpack-plugin
copy-webpack-plugin@4.2.3 /usr/lib/node_modules/copy-webpack-plugin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall copy-webpack-plugin
Package Name | copy-webpack-plugin |
Version | 4.2.3 |
Description | Copy files and directories in webpack |
Released Date | 2017-11-23T10:08:56.615Z |
Published by | d3viant0ne |
How to Learn | https://www.npmjs.com/package/copy-webpack-plugin/tutorial |