Releases: nwinch/webpack-dotenv-plugin
Releases · nwinch/webpack-dotenv-plugin
v2.1.0
Updates
- Updated
dotenv-safe
to 5.0.1
.
Fixes
- Fixed 'DeprecationWarning: Tapable.apply is deprecated. Call apply on the plugin directly instead' warning with webpack 4.x.
Thanks @DGulshan !
v2.0.2
Fixes
- Updated
dotenv-safe
dependency from version 2 -> 4, and now checking if ./env
file exists before parsing (thanks @myaskevich).
v2.0.0
Updates
webpack
dependency now moved to a peerDependency
(thanks @toomuchdesign)
- Sample path now looks for
.env.sample
and not .env.default
v1.3.2
Fixes
- Changed options checking to be more explicit
- Fixed a typo
v1.3.0
Updates
- The path to your
.env
file can be set by passing in the { path: ... }
option.
- Same as above for your default env vars - using
{ sample: ... }
option.
v1.1.0
Improvements
- Externally set environment variables are now respected and override vars set in
.env
.