neilff / redux-ui-router

ngRedux bindings for Angular UI Router
MIT License
143 stars 48 forks source link

Update namespace of uirouter to ensure it is not included in the webpack bundle #94

Closed kaidjohnson closed 7 years ago

kaidjohnson commented 7 years ago

It appears that when ui-router updated their namespace to @uirouter/angular-js, redux-ui-router updated the imports but didn't update the webpack config, so the entire ui-router library was being included in the bundle.

This PR fixes an issue raised during #28