You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realize nodemon is used to conveniently rebuild after code changes, but then of course we still have to manually refresh the page. Do we have any plan to emulate HMR? I'd be happy to look into it as well, but honestly I am not well versed Webpack 2/3. Thanks for the demo!
The text was updated successfully, but these errors were encountered:
jflayhart
changed the title
How can we add HMR to this project?
How could we add HMR to this project?
Sep 20, 2017
One thought I had is we could use webpack's dev server when NODE_ENV=development and universal rendering is disabled. This way we take advantage of Webpack's built in dev server with HMR. Then when universal is turned on and/or if ENV is production, then we use node server which does not support HMR.
I realize nodemon is used to conveniently rebuild after code changes, but then of course we still have to manually refresh the page. Do we have any plan to emulate HMR? I'd be happy to look into it as well, but honestly I am not well versed Webpack 2/3. Thanks for the demo!
The text was updated successfully, but these errors were encountered: