Commit 37c6b37
committed
feature #983 Allow less-loader v9 (bobvandevijver, weaverryan)
This PR was merged into the main branch.
Discussion
----------
Allow less-loader v9
I'm not sure what the policy on node compatibility is, but the latest major of `less-loader` only seems to drop Node 10 support ([release notes](https://github.com/webpack-contrib/less-loader/blob/master/CHANGELOG.md)).
Webpack Encore still supports Node 10, but that should still be possible if you use one of the other allowed less loaders.
Commits
-------
8ab906e working around node 10 and less-loader 9 in the test suite
b5986ca Allow less-loader v9File tree
4 files changed
+14
-7
lines changed- .github/workflows
4 files changed
+14
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | | - | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4455 | 4455 | | |
4456 | 4456 | | |
4457 | 4457 | | |
4458 | | - | |
4459 | | - | |
4460 | | - | |
4461 | | - | |
| 4458 | + | |
| 4459 | + | |
| 4460 | + | |
| 4461 | + | |
4462 | 4462 | | |
4463 | 4463 | | |
4464 | 4464 | | |
| |||
0 commit comments