You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found the last version of Sass where works output of @debug, it is 1.43.3.
Since version 1.43.4 (up to 1.52.3) the @debug does not output to console.
The @warn and @error works.
Used:
webpack: 5.73.0
sass-loader: 13.0.0
node v16.13.1 (npm v8.1.2)
The text was updated successfully, but these errors were encountered:
The Sass mostly is used with Webpack/sass-loader, therefore I have not tested Sass directly. But thank you for the tip ;-)
Yes, in all versions of Sass (inc. lastest 1.52.3) the @debug output works:
I have found the problem by sass-loader.
Very very confusing situation when @debug works:
Sass 1.52.3 + JS
Sass 1.52.3 + sass-loader 11.1.1
Sass 1.43.3 + sass-loader 13.0.0 (lastest)
Who broke compatibility, Sass since 1.43.4 or sass-loader since 12.0.0?
If the sass-loader is to blame, then why the latest version of sass-loader works with Sass <= 1.43.3?
webdiscus
changed the title
Since Sass 1.43.4 @debug doesn't work with Webpack
Since Sass 1.43.4 @debug doesn't work with sass-loader >= 12.0.0
Jun 13, 2022
I have found the last version of Sass where works output of
@debug
, it is1.43.3
.Since version
1.43.4
(up to1.52.3
) the@debug
does not output to console.The
@warn
and@error
works.Used:
The text was updated successfully, but these errors were encountered: