diff --git a/build.js b/build.js index eedbff1fa..94f145c81 100755 --- a/build.js +++ b/build.js @@ -2699,7 +2699,7 @@ source = source.replace(/lodash\.support *= */, ''); // remove large array optimizations - source = removeFunction(source, 'cachedContains'); + source = removeFunction(source, 'createCache'); // replace `slice` with `nativeSlice.call` source = removeFunction(source, 'slice');