Skip to content

Commit

Permalink
fix: assignment of custom config
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 16, 2016
1 parent 7e826f4 commit 75ae677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const _ = require('lodash')
const pkg = require(path.resolve('package.json'))
let customConfig = {}
try {
require(path.resolve('.aegir.js'))
customConfig = require(path.resolve('.aegir.js'))
} catch (err) {
}
const babel = require('./babel')
Expand Down

0 comments on commit 75ae677

Please sign in to comment.