lodash / lodash-webpack-plugin

Smaller modular Lodash builds.
Other
1.19k stars 63 forks source link

_.map just to arrayMap ? forgot baseMap ? #169

Closed liyatang closed 3 years ago

liyatang commented 4 years ago

https://github.com/lodash/lodash-webpack-plugin/blob/master/src/mapping.js#L39

bnjmnt4n commented 3 years ago

This is intentional. When the collections feature set is not enabled, we remove support for objects in _.map, and replace _.map with the simpler arrayMap.