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

Commit 1a47c9f

Browse files
author
Nick Litwin
committed
Move to entry point
1 parent 288c61c commit 1a47c9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
__webpack_public_path__ = process.env.TRAVIS_BRANCH ? process.env.ASSET_PREFIX : ''
2+
13
require('angular')
24
require('auth0-js')
35
require('auth0-angular')

webpack.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@ var config = require('appirio-tech-webpack-config')({
1313
favicon: './assets/images/favicon.ico'
1414
})
1515

16-
__webpack_public_path__ = process.env.TRAVIS_BRANCH ? process.env.ASSET_PREFIX : ''
17-
1816
module.exports = config

0 commit comments

Comments
 (0)