-
-
Notifications
You must be signed in to change notification settings - Fork 430
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 breaks on 0.3.1 #37
Comments
I am getting a similar thing, except I dont get any errors but the file does not recompile or update the app. Anyone found a solution for this? |
+1 |
+1 Same here. No errors, but also no recompile trigger on file save. |
+1 same here. Everything else works fine, no sass recompile on saved file. |
I just noticed that HMR seems to work again on |
Closed
Fixed with #113 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HMR works on the exact same codebase on 0.2.0 and not on 0.3.1.
Steps to Reproduce
.scss
fileExpected Result
Webpack recompiles the file and resends it to the browser.
Actual Result
It works on 0.2.0. Nothing happens on 0.3.1. (Webpack doesn't even recompile the file.)
Notes
In 0.3.1, I get this error on every compile:
I do not get it in 0.2.0.
Here's the only import that contains "Roboto":
And here's my webpack.config.js:
The text was updated successfully, but these errors were encountered: