Skip to content

Commit 75ae677

Browse files
fix: assignment of custom config
1 parent 7e826f4 commit 75ae677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const _ = require('lodash')
77
const pkg = require(path.resolve('package.json'))
88
let customConfig = {}
99
try {
10-
require(path.resolve('.aegir.js'))
10+
customConfig = require(path.resolve('.aegir.js'))
1111
} catch (err) {
1212
}
1313
const babel = require('./babel')

0 commit comments

Comments
 (0)