Releases: webpack-contrib/less-loader
Releases · webpack-contrib/less-loader
v10.1.0
10.1.0 (2021-10-11)
Features
Bug Fixes
- only call
addDependency
on absolute paths (fa11ce7)
v10.0.0
10.0.0 (2021-06-17)
⚠ BREAKING CHANGES
less.webpackLoaderContext
was removed, please use pluginManager.webpackLoaderContext
Bug Fixes
v9.1.0
9.1.0 (2021-06-10)
Features
- allow to use
String
value for the implementation
option (465ffc4)
v9.0.0
9.0.0 (2021-05-13)
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is 12.13.0
v8.1.1
8.1.1 (2021-04-15)
Bug Fixes
v8.1.0
8.1.0 (2021-04-09)
Features
- added the
pluginManager.webpackLoaderContext
property for less
plugin developers, deprecated the less.webpackLoaderContext
property, it fixed memory leak, please read this (#412) (e576240)
v8.0.0
Notes
- using
~
is deprecated and can be removed from your code (we recommend it), but we still support it for historical reasons.
Why you can removed it?
The loader will first try to resolve @import
as relative, if it cannot be resolved, the loader will try to resolve @import
inside node_modules
.
⚠ BREAKING CHANGES
- minimum supported
webpack
version is 5
Features
- supported the
resolve.byDependency
option, you can setup { resolve: { byDependency: { less: { mainFiles: ['custom', '...'] } } } }
v7.3.0
7.3.0 (2021-01-21)
Features
- added the
implementation
option (84d957c)
v7.2.1
7.2.1 (2020-12-28)
Bug Fixes