Fix rollup build warning
This commit is contained in:
@@ -73,7 +73,7 @@ exports.inherit = config => traverse(config, config, [], (target, key, val, root
|
|||||||
candidates = candidates.concat(parents)
|
candidates = candidates.concat(parents)
|
||||||
list.unshift(other)
|
list.unshift(other)
|
||||||
}
|
}
|
||||||
val = extend.apply(this, list)
|
val = extend.apply(null, list)
|
||||||
delete val.$extends
|
delete val.$extends
|
||||||
}
|
}
|
||||||
target[key] = val
|
target[key] = val
|
||||||
|
|||||||
Reference in New Issue
Block a user