Releases
v6.0.0
Compare
Sorry, something went wrong.
No results found
6.0.0 (2020-04-24)
⚠ BREAKING CHANGES
minimum supported Node.js version is 10.13,
minimum support webpack version is 4
2 version of less is not supported anymore
using 3 versin of less by default, so you don't need to have less in your package.json, we already supply it
move less-specific options to the lessOptions option, please look at README
Features
the paths options now works with webpack resolver (3931470 )
allow a function to be used for lessOptions (#325 ) (a6be94a )
added the appendData option (#336 ) (fb94605 )
added the prependData option (#327 ) (9df8755 )
support less and style fields in package.json
support index.less file for packages
Bug Fixes
support import aliases without tilde (#335 ) (24021cd )
do not crash on remotely imports (#333 ) (8e020e9 )
add webpack v5 support (#317 ) (f0b42b4 )
first resolve an import using less resolver, then using webpack resolver (#340 ) (443bd5a )
fix a resolution for @import 'package/file.ess'; and @import './package/file.ess';
You can’t perform that action at this time.