We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6146e6 commit 7821449Copy full SHA for 7821449
plugins/plugin-dotenv/plugin.js
@@ -27,7 +27,7 @@ module.exports = function plugin(snowpackConfig, options) {
27
28
if (fs.existsSync(dotenvFile)) {
29
const dotenv = require('dotenv').config({
30
- path: dotenvFile
+ path: dotenvFile,
31
});
32
33
if (expand) require('dotenv-expand')(dotenv);
0 commit comments