You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minimum supported Node.js version is now >= 22.11.0. (by @alexander-akait in #590)
The package now ships native ESM as well as CommonJS. "type": "module" is set, and an exports map exposes dist/esm/index.js to import and dist/cjs/index.js to require. Less is loaded via dynamic import() instead of require(). (by @alexander-akait in #593)
lessLogAsWarnOrErr now defaults to true. Less warnings and errors are emitted as webpack warnings and errors by default. Set the option to false to restore the previous behavior of logging silently. (by @alexander-akait in #600)
Track files loaded synchronously by Less (e.g. data-uri() and custom functions installed via @plugin) as webpack file dependencies. See #492. (by @alexander-akait in #596)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.