Releases: webpack-contrib/less-loader
Releases · webpack-contrib/less-loader
v6.0.0
6.0.0 (2020-04-24)
⚠ BREAKING CHANGES
- minimum supported Node.js version is
10.13
, - minimum support webpack version is
4
2
version ofless
is not supported anymore- using
3
versin ofless
by default, so you don't need to haveless
in yourpackage.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
andstyle
fields inpackage.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';
v5.0.1
Chore
- update deps
v5.0.0
5.0.0 (2019-04-29)
Bug Fixes
Chores
Code Refactoring
BREAKING CHANGES
- remove deprecated compress option.
- drop support for node < 6.9 and webpack < 4