Closed liyatang closed 3 years ago
https://github.com/lodash/lodash-webpack-plugin/blob/master/src/mapping.js#L39
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.
collections
_.map
arrayMap
https://github.com/lodash/lodash-webpack-plugin/blob/master/src/mapping.js#L39