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

Commit 6ebbf81

Browse files
author
Nick Litwin
committed
Test
1 parent 811aa9f commit 6ebbf81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__webpack_public_path__ = process.env.TRAVIS_BRANCH ? process.env.ASSET_PREFIX : ''
1+
// __webpack_public_path__ = process.env.TRAVIS_BRANCH ? process.env.ASSET_PREFIX : ''
22

33
require('angular')
44
require('auth0-js')

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)