-
Notifications
You must be signed in to change notification settings - Fork 919
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
Why lodash and lodash-es #822
Comments
Would it be possible to define |
How do we get rid of non-es lodash? Right now, they are both installed when I install
|
I managed to get rid of ...
resolve: {
alias: {
lodash: 'lodash-es',
},
},
... Fairly sure something similar can be done for webpack and other bundlers. This is a wider issue supposedly being addressed by the lodash maintainers: lodash/lodash#5107. |
This is more a question, I did see that this package install in my application
lodash
andlodash-es
. Is here both required?The text was updated successfully, but these errors were encountered: