dotenv-webpack : A simple webpack plugin to support dotenv.. You can installing dotenv-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 dotenv-webpack $ sudo npm install -g dotenv-webpack
If want to update the dotenv-webpack package execute the command as below,
$ sudo npm update dotenv-webpack
Update package globally,
$ npm install -g dotenv-webpack
$ sudo git clone https://github.com/rektide/dotenv-webpack.git
$ sudo npm install -g ./dotenv-webpack
dotenv-webpack@1.5.4 /usr/lib/node_modules/dotenv-webpack
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dotenv-webpack
Package Name | dotenv-webpack |
Version | 1.5.4 |
Description | A simple webpack plugin to support dotenv. |
Released Date | 2017-07-24T15:55:28.108Z |
Published by | mrsteele |
How to Learn | https://www.npmjs.com/package/dotenv-webpack/tutorial |