Skip to content

Commit

Permalink
add path to Dotenv plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
BehshadBabai committed Oct 19, 2023
1 parent d4fb768 commit 73d91d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ module.exports = {
}
]
}),
new Dotenv({ systemvars: true })
new Dotenv({ systemvars: true, path: './.env' })
]
};

0 comments on commit 73d91d4

Please sign in to comment.