-
Notifications
You must be signed in to change notification settings - Fork 85
css-modules failed when using latest version. #166
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
Comments
me too |
Likely from this commit: 0ce2460 Send me a demo repo and ill have a look |
I debug source code, and find out something may cause error: function updateCss(el, url) {
...
if (!isUrlRequest(url)) {
return;
}
...
} The url like |
Would you fix this bug at your earliest convenience? I mean, don't use |
@fwh1990 open a pull request and ill review it. you know what you need better than me |
use the |
yes |
@fwh1990 it would be so great if you could send the PR 😁🙏 |
I have tested every version from 4.3.0~4.5.1, and find out that the bug was fixed by PR-173. Everybody can upgrade to version So, I can close this issue now. |
I am using scss + css-modules, but I can't hot reload the changes of scss files since I upgrade version from 4.3.0 to 4.3.1.
I have to downgrade to 4.3.0 now.
What happened? Any idea?
The text was updated successfully, but these errors were encountered: