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

Commit fd88d3d

Browse files
author
Nick Litwin
committed
Disable linting for console
1 parent fbc847a commit fd88d3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webpack.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1+
/*eslint-disable*/
12
require('./node_modules/coffee-script/register')
23

34
const CI = process.env.TRAVIS_BRANCH
45

6+
console.log('before **************', process.env.ENV)
57
if (CI == 'master') process.env.ENV = 'PROD'
68
if (CI == 'qa-integration') process.env.ENV = 'QA'
79
if (CI == 'dev') process.env.ENV = 'DEV'
810

911
console.log('***************', CI)
12+
console.log('***************', process.env.ENV)
1013

1114
const config = require('appirio-tech-webpack-config')({
1215
dirname: __dirname,

0 commit comments

Comments
 (0)