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

Commit 811aa9f

Browse files
author
Nick Litwin
committed
Add dev env and log asset prefix
1 parent 1a47c9f commit 811aa9f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"angular-mocks": "^1.4.9",
12-
"appirio-tech-webpack-config": "^0.2.0",
12+
"appirio-tech-webpack-config": "https://github.com/appirio-tech/webpack-config.git#test-log",
1313
"babel-loader": "^6.2.1",
1414
"bardjs": "^0.1.8",
1515
"bower": "^1.6.8",

webpack.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ 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'
8+
79
var config = require('appirio-tech-webpack-config')({
810
dirname: __dirname,
911
entry: {

0 commit comments

Comments
 (0)