-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Hot Module Replacement with Webpack doesn't refresh in a dialog #299
Comments
This is the exception we're getting when the dialog is open:
|
This is the only place where there is |
@niieani is the brain behind HMR really, I am not too familiar with how it works sorry. |
I'm submitting a bug report
"1.0.0-rc.1"
Please tell us about your environment:
Operating System:
Windows 10
Node Version:
7.10.0
NPM Version:
4.2.0
WebpackVersion
2.4.1
Browser:
all
Language:
TypeScript 2.3.1
We are using Webpack's "Hot Module Replacement". This updates the view while running when changing .less files. When we want to style a dialog, this stops working. When I reload the page, the CSS is updated.
When the dialog is not opened, the page updates on save of the less.files.
The text was updated successfully, but these errors were encountered: