webpack-encore icon indicating copy to clipboard operation
webpack-encore copied to clipboard

Fully support less-loader ^12

Open D3strukt0r opened this issue 1 year ago • 1 comments

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?

D3strukt0r avatar Apr 08 '24 17:04 D3strukt0r

this is fixed in a long standing PR #1258

karpilin avatar Apr 30 '24 11:04 karpilin

Will be available in 4.17

Kocal avatar Aug 23 '24 22:08 Kocal