Skip to content

Releases: webpack/less-loader

v13.0.0

20 May 15:34
83e916d

Choose a tag to compare

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.

v12.3.3

19 May 19:48

Choose a tag to compare

12.3.3 (2026-05-19)

Bug Fixes

  • revert ESM dynamic import (905a75e)

v12.3.2

11 Mar 16:09

Choose a tag to compare

12.3.2 (2026-03-11)

Bug Fixes

  • compatibility with ECMA modules less version (#578) (6850f6c)

v12.3.1

05 Feb 22:05

Choose a tag to compare

12.3.1 (2026-02-05)

Bug Fixes

  • update peer dependency for @rspack/core v2 (#575) (6588093)

v12.3.0

01 May 10:44

Choose a tag to compare

12.3.0 (2025-05-01)

Features

  • add support for using only webpackImporter (12839c8)

v12.2.0

30 Jan 15:48

Choose a tag to compare

12.2.0 (2024-01-30)

Features

  • add @rspack/core as an optional peer dependency (#537) (71dd711)

v12.1.0

19 Jan 16:46

Choose a tag to compare

12.1.0 (2024-01-19)

Features

v12.0.0

15 Jan 14:12

Choose a tag to compare

12.0.0 (2024-01-15)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#533) (f70e832)

v11.1.4

27 Dec 18:04

Choose a tag to compare

11.1.4 (2023-12-27)

Bug Fixes

  • invalid dependencies with working directory (#531) (2ec31a6)

v11.1.3

08 Jun 22:06

Choose a tag to compare

11.1.3 (2023-06-08)

Bug Fixes

  • perf: avoid using klona for less options (#520) (8a63159)