Update dependency sass-loader to v14.2.1 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
sass-loader | dependencies | minor | 14.1.1 -> 14.2.1 |
Release Notes
webpack-contrib/sass-loader (sass-loader)
v14.2.1
v14.2.0
Features
- added the
modern-compiler
value for API to reuse compiler process (#1195) (cef40a8) - support webpack built-in resolver for
modern
andmodern-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.
14.1.1 (2024-02-19)
Bug Fixes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Jonas Leder