Skip to content

Commit

Permalink
Fix rollup build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzealot committed Jan 23, 2022
1 parent 06d2ae4 commit e0f5c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prepare.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0f5c91

Please sign in to comment.