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
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.