Skip to content
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

Improve tree-shaking #81

Closed
wants to merge 1 commit into from
Closed

Conversation

alexgleason
Copy link

Immutable 4 is working towards proper tree-shaking. Import only what we need, or the bundler will be forced to take the whole library.

@gajus
Copy link
Owner

gajus commented Mar 28, 2022

Needs to pass tests to get merged. Closing this until it has passing tests.

@gajus gajus closed this Mar 28, 2022
@alexgleason
Copy link
Author

Hey there. It looks like the Jest tests passed, and the linter failed. I ignored it because the master branch also failed.

@gajus gajus reopened this Mar 28, 2022
@gajus
Copy link
Owner

gajus commented Mar 28, 2022

I've made a speed run conversion to TypeScript:

https://github.com/gajus/redux-immutable/commits/master

Hope this helps with getting changes in this branch out.

@gajus gajus closed this Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants