Skip to content

Releases: nwinch/webpack-dotenv-plugin

v2.1.0

16 Jul 11:40
c150168
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

Fixes

  • Changed options checking to be more explicit
  • Fixed a typo

v1.3.0

07 Jun 05:29
Compare
Choose a tag to compare

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
Choose a tag to compare

Improvements

  • Externally set environment variables are now respected and override vars set in .env.