webpack-config : Helps to load, extend and merge webpack configs. You can installing webpack-config 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-config $ sudo npm install -g webpack-config
If want to update the webpack-config package execute the command as below,
$ sudo npm update webpack-config
Update package globally,
$ npm install -g webpack-config
$ sudo git clone https://github.com/rektide/webpack-config.git
$ sudo npm install -g ./webpack-config
webpack-config@7.5.0 /usr/lib/node_modules/webpack-config
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall webpack-config
| Package Name | webpack-config |
| Version | 7.5.0 |
| Description | Helps to load, extend and merge webpack configs |
| Released Date | 2017-10-17T00:40:49.424Z |
| Published by | mdreizin |
| How to Learn | https://www.npmjs.com/package/webpack-config/tutorial |