Skip to content

Commit

Permalink
Log environment during webpack build.
Browse files Browse the repository at this point in the history
  • Loading branch information
shocau committed Jun 18, 2024
1 parent a37146c commit 124f4a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ module.exports = async function (env) {
if (!env) {
env = {}
}
console.log("environment: ", env);
console.log("environment: ", process.env);

const buildRoot = path.resolve(__dirname, 'lib');
const appRoot = path.resolve(__dirname, 'app');
Expand Down

0 comments on commit 124f4a0

Please sign in to comment.