diff --git a/build.js b/build.js index 4bfc5c402..8c88e6a50 100755 --- a/build.js +++ b/build.js @@ -1952,7 +1952,7 @@ _.each(['difference', 'intersection', 'uniq'], function(methodName) { if (!useLodashMethod(methodName)) { - dependencyMap[methodName] = _.without(dependencyMap[methodName], 'createCache'); + dependencyMap[methodName] = ['getIndexOf'].concat(_.without(dependencyMap[methodName], 'createCache')); } });