npm less-loader 13.0.0
v13.0.0

4 hours ago

Major Changes

  • 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)

Minor Changes

Patch Changes

  • 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.

Don't miss a new less-loader release

NewReleases is sending notifications on new releases.