symfony / webpack-encore

A simple but powerful API for processing & compiling assets built around Webpack
https://symfony.com/doc/current/frontend.html
MIT License
2.23k stars 198 forks source link

Fully support less-loader ^12 #1265

Closed D3strukt0r closed 3 months ago

D3strukt0r commented 7 months ago

When using webpack with less loader ^12 I get the following warning:

 WARNING  Webpack Encore requires version ^11.0.0 of less-loader. Your version 12.2.0 is too new. The related feature *may* still work properly. If you have issues, try downgrading the library, or upgrading Encore.

the only breaking change, as per the release page is: minimum supported Node.js version is 18.12.0

So i don't see the need for this warning. Could this be removed, or is there a reason for this?

karpilin commented 6 months ago

this is fixed in a long standing PR #1258

Kocal commented 3 months ago

Will be available in 4.17