Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsteele authored May 11, 2022
1 parent 547c5ae commit 72a2242
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Include the package locally in your repository.

Your `.env` files can include sensitive information. Because of this,`dotenv-webpack` will only expose environment variables that are **explicitly referenced in your code** to your final bundle.

Interested in taking your environments to the next level? Check out the [Dotenv Organization](https://www.dotenv.development/get-started?r=3).

## Usage

The plugin can be installed with little-to-no configuration needed. Once installed, you can access the variables within your code using `process.env` as you would with `dotenv`.
Expand Down

0 comments on commit 72a2242

Please sign in to comment.