Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

lodash noconflict? #32

Closed
matt-croft opened this issue Jul 5, 2017 · 4 comments
Closed

lodash noconflict? #32

matt-croft opened this issue Jul 5, 2017 · 4 comments
Assignees

Comments

@matt-croft
Copy link

Is it possible that when lodash is imported that is set into no conflict mode?

I have other packages being included that are using underscore and it causing a bit of an issue for me as they keep treading on each other.

Or if someone can tell me if there is a way i can set it to no conflict etc without too much hassle.

Thanks.

@matt-croft matt-croft changed the title loadash noconflict? lodash noconflict? Jul 5, 2017
@BrockReece
Copy link
Collaborator

I am actually now only using one module of lodash, I can totally just import that module instead of the entire lodash lib.

Sorry for my laziness, I will try and push a fix this afternoon.

@BrockReece BrockReece self-assigned this Jul 6, 2017
@BrockReece
Copy link
Collaborator

In the latest version 2.0.4, Lodash has been trimmed down to only include the defaultsDeep module, so their should be no conflict over the usage of _

Cheers
Brock

@matt-croft
Copy link
Author

Thanks very much for the quick turn around 👍

@BrockReece
Copy link
Collaborator

No problem, happy to help

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants