Skip to content

Releases: webpack/less-loader

v13.0.0

Choose a tag to compare

@github-actions github-actions released this 20 May 15:34
83e916d

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

Choose a tag to compare

@alexander-akait alexander-akait released this 19 May 19:48

12.3.3 (2026-05-19)

Bug Fixes

  • revert ESM dynamic import (905a75e)

v12.3.2

Choose a tag to compare

@alexander-akait alexander-akait released this 11 Mar 16:09

12.3.2 (2026-03-11)

Bug Fixes

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

v12.3.1

Choose a tag to compare

@alexander-akait alexander-akait released this 05 Feb 22:05

12.3.1 (2026-02-05)

Bug Fixes

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

v12.3.0

Choose a tag to compare

@alexander-akait alexander-akait released this 01 May 10:44

12.3.0 (2025-05-01)

Features

  • add support for using only webpackImporter (12839c8)

v12.2.0

Choose a tag to compare

@alexander-akait alexander-akait released this 30 Jan 15:48

12.2.0 (2024-01-30)

Features

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

v12.1.0

Choose a tag to compare

@alexander-akait alexander-akait released this 19 Jan 16:46

12.1.0 (2024-01-19)

Features

v12.0.0

Choose a tag to compare

@alexander-akait alexander-akait released this 15 Jan 14:12

12.0.0 (2024-01-15)

⚠ BREAKING CHANGES

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

v11.1.4

Choose a tag to compare

@alexander-akait alexander-akait released this 27 Dec 18:04

11.1.4 (2023-12-27)

Bug Fixes

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

v11.1.3

Choose a tag to compare

@alexander-akait alexander-akait released this 08 Jun 22:06

11.1.3 (2023-06-08)

Bug Fixes

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