mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Fix build.
Former-commit-id: 8dfb12b5883e59111857360ee5392c62e5e9146f
This commit is contained in:
2
build.js
2
build.js
@@ -1952,7 +1952,7 @@
|
|||||||
|
|
||||||
_.each(['difference', 'intersection', 'uniq'], function(methodName) {
|
_.each(['difference', 'intersection', 'uniq'], function(methodName) {
|
||||||
if (!useLodashMethod(methodName)) {
|
if (!useLodashMethod(methodName)) {
|
||||||
dependencyMap[methodName] = _.without(dependencyMap[methodName], 'createCache');
|
dependencyMap[methodName] = ['getIndexOf'].concat(_.without(dependencyMap[methodName], 'createCache'));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user