lodash / lodash-webpack-plugin

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

when i use get, it should depends on _baseGet , but load getValue #157

Closed bless4ever closed 5 years ago

bless4ever commented 5 years ago

_.get which depends on internal baseGet, got fed a flat getValue instead, and it broke the whole app. image

jdalton commented 5 years ago

Hi @bless4ever!

The lodash-webpack-plugin works by removing extra functionality so you start from bare bones and opt-in to other functionality. Please see the list of togglable features and enable the relevant ones.