erikras / react-redux-universal-hot-example

A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform
MIT License
11.99k stars 2.5k forks source link

HMR doesnt not work when change middleware code #1380

Open adorum opened 7 years ago

adorum commented 7 years ago

Hi, I have a custom redux middleware but unfortunately when I change its code, it doesn't get hot reloaded. Every other stuff like reducers, react components, action creators are hot reloaded like a charm, only middlewares make me troubles. Are there any known limitation about that?

Thanks. Regards,

Andrej