anorudes / redux-easy-boilerplate

React redux easy boilerplate
MIT License
633 stars 123 forks source link

Use a simpler way to specify the middleware #57

Closed gaearon closed 8 years ago

gaearon commented 8 years ago

Since 3.1.0 we allow to pass enhancer as third argument to createStore(). This commit also fixes redux-logger being pulled into the production builds.

gaearon commented 8 years ago

Whoops, should've done it against development. Resubmitted as #58.