webpack-dotenv-plugin
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -10,3 +10,3 @@ const dotenv = require('dotenv-safe'); | ||
if (!options.sample) options.sample = './.env.default'; | ||
if (!options.path) options.path = './env'; | ||
if (!options.path) options.path = './.env'; | ||
@@ -13,0 +13,0 @@ dotenv.config(options); |
{ | ||
"name": "webpack-dotenv-plugin", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Use dotenv with webpack.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48884