Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit fbc847a

Browse files
author
Nick Litwin
committed
Test with console logs
1 parent 1728e94 commit fbc847a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webpack.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ if (CI == 'master') process.env.ENV = 'PROD'
66
if (CI == 'qa-integration') process.env.ENV = 'QA'
77
if (CI == 'dev') process.env.ENV = 'DEV'
88

9+
console.log('***************', CI)
10+
911
const config = require('appirio-tech-webpack-config')({
1012
dirname: __dirname,
1113
entry: {

0 commit comments

Comments
 (0)