-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Page not reloading in iframe mode (inline: false) #1720
Comments
/cc @smelukov Do you already start it? |
@Loonride I think we should remove |
Yes I agree |
So i think we can close the issue, it was always buggy and looks nobody uses it |
/cc @Loonride I think we can close the issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code
Expected Behavior
Page should reload in iframe mode on changes.
Actual Behavior
Page does not reload on changes (console output does not update).
For Bugs; How can we reproduce the behavior?
reproducible test repo: https://github.com/Loonride/webpack-dev-server-iframe
Do npm start, go to http://localhost:8080/webpack-dev-server/main.
Change something in src/index.js, the console output will not change and the message "App hot update." does not go away. Upon manual page refresh, the changes appear.
For Features; What is the motivation and/or use-case for the feature?
The text was updated successfully, but these errors were encountered: