-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
Fatal error with sass@1.32.x when Deprecation Warning is raised. #914
Comments
This deprecation error from sass, please fix problem in core, we can't fix it on our side, sorry |
The deprecation warning is being miss read by sass-loader? it works as expected when used by their cli? |
hm, weird, |
@jsg2021 weird, can't reproduce, can you check verison of |
Tests - #915 |
Maybe you have globally installed version is newer than in local |
As I isolate parts, it stops reproducing... very strange. If I set |
sass doesn't allow to set custom loggers, so expected
It means bug inside |
I think you are correct, in that there isn't an error in sass-loader. I think the we can catch it though... it looks like it's thrown when the SassError toStrings the original error. |
Expected Behavior
Raise the warning in webpack without crashing.
Actual Behavior
Webpack crashes.
How Do We Reproduce?
in a sass file, use a color value of
hsla(0,0,0, 0.025)
.if you run the sass cli on it:
webpack prints this and a long stack trace and dies:
The text was updated successfully, but these errors were encountered: