Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable HMR in Webpack #181

Open
dkocich opened this issue Feb 24, 2018 · 1 comment
Open

Enable HMR in Webpack #181

dkocich opened this issue Feb 24, 2018 · 1 comment

Comments

@dkocich
Copy link
Owner

dkocich commented Feb 24, 2018

Expected Behavior

HMR allows to change parts of an application without full page reloading https://webpack.js.org/guides/hot-module-replacement/

Actual Behavior

Webpack dev server bundles and reloads the whole page every time...

Reading...

https://medium.com/@kubal5003/angular-4-hot-module-reload-explained-e832ea616304
https://webpack.js.org/concepts/hot-module-replacement/#in-the-application
https://webpack.js.org/guides/hot-module-replacement/
https://github.com/ahfarmer/webpack-hmr-3-ways/tree/master/server-cli\
webpack/webpack-dev-server#395
gaearon/react-hot-loader#422

@dkocich
Copy link
Owner Author

dkocich commented Jun 13, 2018

HMR was added but sometimes it is not running how it should be. We should investigate if the problem remains or not (with an upgrade, etc.).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant