-
Notifications
You must be signed in to change notification settings - Fork 123
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
Replace lodash.merge with deepmerge package #62
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!
package.json
Outdated
"name": "react-tracking", | ||
"version": "5.1.0", | ||
"name": "@dortzur/react-tracking", | ||
"version": "5.2.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revert these two lines please. I will update the version for next release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done :)
done! thanks! |
package-lock.json
Outdated
@@ -1,5 +1,5 @@ | |||
{ | |||
"name": "react-tracking", | |||
"name": "@dortzur/react-tracking", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you revert this as well please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work, thank you @dortzur !
Replacing lodash.merge with the deepmerge package significantly reduces bundle size.
https://bundlephobia.com/[email protected] (6.3kb gzipped)
https://bundlephobia.com/result?p=@dortzur/[email protected] (2.7kb gzipped)
Thanks for open sourcing this package by the way.