Skip to content

Commit

Permalink
Update webpack.config.js - set branch variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cami-espinozaq authored Nov 8, 2023
1 parent 73f5224 commit 9372d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ module.exports = {
'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV),
'process.env.DEBUG': Boolean(process.env.DEBUG),
'process.env.ENABLE_TRACKING': Boolean(branch === 'production'),
'process.env.BRANCH': JSON.stringify(branch),
}),
customHtmlPlugin({
entrypoint: 'app',
Expand Down

0 comments on commit 9372d48

Please sign in to comment.