Commit a3f6855
committed
feature #1251 Add compatibility with
This PR was merged into the main branch.
Discussion
----------
Add compatibility with `sass-loader` 14.0
A new version of `sass-loader` has been recently released. Unless I miss something, this new version can be used with `webpack-encore` without any unexpected side effect.
I kept compatibility with `sass-loader@^13.0.0` to ensure the compatibility of `webpack-encore` with `node` 16 (`sass-loader@^14.0.0` now requires `node` 18 at least).
Commits
-------
8356445 Add compatibility with `sass-loader` 14.0sass-loader 14.0 (cedric-anne)1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments