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 57973e2 commit 7d0789fCopy full SHA for 7d0789f
1 file changed
plugins/wp-react-blocks-plugin/blocks/webpack.config.js
@@ -15,6 +15,6 @@ module.exports = {
15
},
16
plugins: [
17
...defaultConfig.plugins,
18
- new Dotenv({path: './.env'}),
+ new Dotenv({path: '.env'}),
19
]
20
};
0 commit comments