Fix rollup build warning
This commit is contained in:
parent
06d2ae4a7f
commit
e0f5c910eb
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ exports.inherit = config => traverse(config, config, [], (target, key, val, root
|
|||
candidates = candidates.concat(parents)
|
||||
list.unshift(other)
|
||||
}
|
||||
val = extend.apply(this, list)
|
||||
val = extend.apply(null, list)
|
||||
delete val.$extends
|
||||
}
|
||||
target[key] = val
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue