Kvoti / redux-rest

Automatically create Redux action constants, action creators, and reducers for your REST API
MIT License
180 stars 11 forks source link

Support way to add custom headers #8

Closed bhoomit closed 8 years ago

bhoomit commented 8 years ago
  1. Way to add custom headers.
  2. Upgraded to Babel 6
bhoomit commented 8 years ago

@mallison please help me out here. The build is failing. It worked just fine on my local.

mallison commented 8 years ago

Ok, I'll take a look. At quick glance the changes look good. Nice you upgraded Babel too.

On 1 March 2016 at 18:38, Bhoomit notifications@github.com wrote:

@mallison https://github.com/mallison please help me out here. The build is failing. It worked just fine on my local.

— Reply to this email directly or view it on GitHub https://github.com/Kvoti/redux-rest/pull/8#issuecomment-190845870.

mallison commented 8 years ago

The failing build is due to moving babel versions. Previously Array.findIndex was polyfilled but now not. Adding core-js seems to be the thing to do.

mallison commented 8 years ago

Changes merged in from another branch.