-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
Looking at my build, currently Immutable takes up 139.14 KB
. I only use a few things from Immutable, so it would be nice to only pay for what I use.
Proposed solution
Provide an es6
build which compiles everything down except for modules, much like react-router
, reselect
, redux
, etc. This way, the user can rely on their module bundler to perform tree shaking to only include what is neccesary.
Would this be possible to implement?
rickmed, mergebandit, deepsweet, simonkberg, gajus and 3 more