Commit 0a294c8
committed
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
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
0 commit comments