angular-redux/ng-redux

Lodash dependancy bloating the bundle size.

yerlanyr opened this issue · 1 comments

There are ways to load not all of lodash modules. Wouldn't be that better if the library ng-redux didn't load whole library of lodash.

@yerlanyr we're not loading the entirety of lodash modules. I just checked the imports and we import one function at a time as is necessary.