-
-
Notifications
You must be signed in to change notification settings - Fork 838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Entire Lodash Library Is Loaded!! 200kb chunk! #179
Comments
Oh I will check this. I am actually using |
There are 3 options, we can use the lodash.merge librar
I'll investigate and make a PR today! Cheers! |
Please be aware of this issue. Maybe it is related.
|
Will be fixed in the next release. Lodash removed entirely as a dependency and replaced with |
lodash.merge still a dependency in vue-chartjs@2.8.7 |
Yes because object.assign does not work for deep nested objects. And the chart options can have deep nested objects. However now |
You are loading the entire lodash library which is added 200kbs to my webpack bundle.
Can you not just use the lodash.merge library or even use lodash-es library?
The text was updated successfully, but these errors were encountered: