dotenv-webpack icon indicating copy to clipboard operation
dotenv-webpack copied to clipboard

A secure webpack plugin that supports dotenv and other environment variables and only exposes what you choose and use.

Results 23 dotenv-webpack issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

I use a shared `webpack.config.js` among projects and it uses the `DefinePlugin` to write some variables during build time - including `process.env.NODE_ENV`. I would also like to use `dotenv-webpack` so...

I have a mono-repo project where I'm trying to gather my .env configuration in my root directory. Currently this plugin allows users to specify the env path, but not the...

Hi Team. I've got this error when calling process.env "MISSING_ENV_VAR" This is my configuration in webpack.config.js ![image](https://user-images.githubusercontent.com/16367896/158979927-127745be-a9bc-4b76-8d1f-646af9ba1e8e.png) These are my .env... files ![image](https://user-images.githubusercontent.com/16367896/158980145-c2610d2c-4dd1-4620-87fd-9942ff0d7f96.png) Can you help me?

Hi, team, Found an interesting bug: ## Issue Using [email protected] and [email protected], ``` // .env DB_HOST=127.0.0.1 DB_PASS=foobar S3_API=mysecretkey ``` Use the vars in JS: ```js const { DB_HOST, DB_PASS }...

Comment here: https://github.com/webpack/webpack/discussions/14284#discussioncomment-1374063

help wanted

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Adding support for `systemvars` to also be an array of whitelisted variables. The allows using specific system variables without worrying about accidentally leaking others for better security. ```js new Dotenv({...

I want to provide confidence to users about the effectiveness of the plugin to provide a secure approach to use `.env` files with bundles. I was thinking it may be...

help wanted
question