manaflair / redux-batch

Enhance your Redux store to support batched actions
171 stars 12 forks source link

Cherry-pick lodash methods for smaller bundles #2

Closed rosskhanas closed 7 years ago

rosskhanas commented 7 years ago

The original version pulls extra ~500Kb to webpack build even though only 2 simple functions are needed.

arcanis commented 7 years ago

Being an issue that has more to do with the tooling than with the actual code I'd prefer https://github.com/webpack/webpack/issues/2867 to be solved, but yeah, it might be a reasonable workaround in the meantime. I'll merge it this weekend (no internet connectivity from home, so I can't publish new releases to npm until then).

Thanks!

arcanis commented 7 years ago

Fixed in 0.0.3 (this package doesn't use lodash anymore)