moviebox-io / moviebox

MIT License
1 stars 0 forks source link

feature: #5 HMR working, added module.hot.accept to avoid reloading page #18

Closed davidpicarra closed 7 years ago

davidpicarra commented 7 years ago

HMR was working but the changes were being rejected by default, we need to explicitly accept the new modules being sent. Usually the module.hot.accept is added on the Route or at a high level of the app