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
bug #639 bug #638 sass-loader should not do css minification (wimhendrikx)
This PR was squashed before being merged into the master branch (closes#639).
Discussion
----------
bug #638 sass-loader should not do css minification
Fixes a BC break from the sass-loader minifying the CSS which is already done with mini-css-extract-plugin.
I chose to use outputStyle 'expanded' so it's also compatible with Dart Sass.
Commits
-------
f55fb90 Adapt test for new sass-loader config
ae5fea1 bug #638 sass-loader should not do css minification
0 commit comments