Releases: nwinch/webpack-dotenv-plugin
Releases · nwinch/webpack-dotenv-plugin
v2.1.0
16 Jul 11:40
Compare
Sorry, something went wrong.
No results found
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
21 Jun 05:44
Compare
Sorry, something went wrong.
No results found
Fixes
Updated dotenv-safe dependency from version 2 -> 4, and now checking if ./env file exists before parsing (thanks @myaskevich).
v2.0.0
01 Feb 04:57
Compare
Sorry, something went wrong.
No results found
Updates
webpack dependency now moved to a peerDependency (thanks @toomuchdesign )
Sample path now looks for .env.sample and not .env.default
v1.3.2
07 Jun 23:47
Compare
Sorry, something went wrong.
No results found
Fixes
Changed options checking to be more explicit
Fixed a typo
v1.3.0
07 Jun 05:29
Compare
Sorry, something went wrong.
No results found
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
23 May 22:28
Compare
Sorry, something went wrong.
No results found
Improvements
Externally set environment variables are now respected and override vars set in .env.