Sass Loader Versions Save

Compiles Sass to CSS

v14.2.1

3 weeks ago

14.2.1 (2024-04-16)

Bug Fixes

v14.2.0

1 month ago

14.2.0 (2024-04-11)

Features

  • added the modern-compiler value for API to reuse compiler process (#1195) (cef40a8)
  • support webpack built-in resolver for modern and modern-compiler API (#1197) (2265b72)

Notes:

Using the modern-compiler value for the api option together with sass-embedded reduces compilation time by 5-10 times, especially for projects using large files with a lot of @import/@use, for small files the build time reduction will not be significant.

v14.1.1

2 months ago

14.1.1 (2024-02-19)

Bug Fixes

v14.1.0

3 months ago

14.1.0 (2024-01-30)

Features

  • add @rspack/core as an optional peer dependency (#1184) (637ba5b)

v14.0.0

3 months ago

14.0.0 (2024-01-15)

⚠ BREAKING CHANGES

  • removed fibers support
  • minimum supported Node.js version is 18.12.0 (627f55d)

v10.5.2

4 months ago

10.5.2 (2024-01-04)

Bug Fixes

v13.3.3

4 months ago

13.3.3 (2023-12-25)

Bug Fixes

v10.5.1

4 months ago

10.5.1 (2023-12-19)

Bug Fixes

  • missing sass embedded check when get default implementation (#1170) (9914870)

v10.5.0

5 months ago

10.5.0 (2023-12-06)

Features

v13.3.2

11 months ago

13.3.2 (2023-06-09)

Bug Fixes

  • perf: avoid using klona for sass options (#1145) (9e87b6b)