yarn sass-loader 17.0.0
v17.0.0

2 hours ago

Major Changes

  • Add "auto" to the api option and make it the default. When the Sass implementation supports the modern compiler, "auto" enables it and reuses a single long-running compiler across files, which significantly improves build performance; otherwise it falls back to the modern API. (by @alexander-akait in #1319)

  • Remove node-sass support. (by @alexander-akait in #1316)

  • Minimum supported NodeJS version is 22.11.0. (by @alexander-akait in #1318)

  • Convert source to native ECMAScript modules. The package now declares "type": "module" and exposes both an ESM and a CommonJS build via the exports field. CommonJS consumers continue to work via require, and ESM consumers can now import the loader directly. (by @alexander-akait in #1322)

  • Remove legacy Sass JS API support. (by @alexander-akait in #1316)

Minor Changes

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

Don't miss a new sass-loader release

NewReleases is sending notifications on new releases.