anorudes / redux-easy-boilerplate

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

Should hot loading work for reducers? #40

Closed bebraw closed 8 years ago

bebraw commented 8 years ago

When trying to perform a trivial change to a reducer, I got the following:

screenshot 2016-01-09 15 24 07

Is hot loading supported for reducers in your boilerplate? It's broken in my personal setup as well (webpack-dev-server) and I'm trying to understand why both fail.

oltsa commented 8 years ago

http://stackoverflow.com/questions/34243684/make-redux-reducers-and-other-non-components-hot-loadable

this might probably relates to it and we have to fix this aswell

bebraw commented 8 years ago

@inertum Works great. Thanks.

anorudes commented 8 years ago

very nice!

oltsa commented 8 years ago

this is fixed in our package aswell