From f98eae39fce122cadd09a91946570b4547e52570 Mon Sep 17 00:00:00 2001 From: andres alcocer Date: Tue, 8 Feb 2022 18:53:25 -0500 Subject: [PATCH] console.log dotenv 3 --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index 5a9be27..a10f455 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -9,6 +9,7 @@ var path = require('path') module.exports = () => { // call dotenv and it will return an Object with a parsed key const env = dotenv.config().parsed + console.log('process------', process.env) console.log('env------', dotenv.config()) // reduce env variables to an oject