-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
When using the plugin like this:
// ...
new DotenvPlugin({
path: './.env',
}),
// ...with no sample .env file location defined, the plugin throws a no such file or directory, open './.env.default' error. Defining the sample file location fixes the problem.
It would be nice if providing a sample path was optional.
Reactions are currently unavailable