angular-redux / ng-redux

Angular bindings for Redux
MIT License
1.16k stars 178 forks source link

Lodash dependancy bloating the bundle size. #214

Closed yerlanyr closed 5 years ago

yerlanyr commented 5 years ago

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.

AntJanus commented 5 years ago

@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.