1
0

Fix rollup build warning

This commit is contained in:
Bán Dénes 2022-01-23 21:46:36 +01:00
parent 06d2ae4a7f
commit e0f5c910eb

View File

@ -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