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

Commit 241adb4

Browse files
author
Nick Litwin
committed
Test2
1 parent 6ebbf81 commit 241adb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if (process.env.TRAVIS_BRANCH == 'master') process.env.ENV = 'PROD'
44
if (process.env.TRAVIS_BRANCH == 'dev') process.env.ENV = 'DEV'
55
if (process.env.TRAVIS_BRANCH == 'qa') process.env.ENV = 'QA'
66

7-
// process.env.ENV = 'DEV'
7+
process.env.ENV = 'DEV'
88

99
var config = require('appirio-tech-webpack-config')({
1010
dirname: __dirname,

0 commit comments

Comments
 (0)