Skip to content

Commit 7d0789f

Browse files
committed
loading .env
1 parent 57973e2 commit 7d0789f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/wp-react-blocks-plugin/blocks/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ module.exports = {
1515
},
1616
plugins: [
1717
...defaultConfig.plugins,
18-
new Dotenv({path: './.env'}),
18+
new Dotenv({path: '.env'}),
1919
]
2020
};

0 commit comments

Comments
 (0)