Update config-loader.js
This commit is contained in:
parent
6b4fdb8fff
commit
ac35cb0f91
|
@ -294,7 +294,6 @@ function mergeArraysDiffLength(target, config) {
|
|||
Array.prototype.splice.apply(target, [0, target.length].concat(_.union(newTarget, config)));
|
||||
}
|
||||
|
||||
|
||||
function hasCompatibleType(origValue, newValue) {
|
||||
if (origValue === null || origValue === undefined)
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue