You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This results in 2 copies of lodash being loaded. It would be nicer it it depended only on ES version (lodash-es).
Alternatively, you could add es folder and load it using module option in package.json.
The text was updated successfully, but these errors were encountered:
Currently it depends on
lodash
.This results in 2 copies of lodash being loaded. It would be nicer it it depended only on ES version (
lodash-es
).Alternatively, you could add
es
folder and load it usingmodule
option inpackage.json
.The text was updated successfully, but these errors were encountered: