Releases: webpack-contrib/sass-loader
Releases · webpack-contrib/sass-loader
v12.5.0
12.5.0 (2022-02-14)
Features
- added support for
sass-embedded
(faster than node-sass
), feel free to feedback
- added the
api
option (modern
api is experimental and currently doesn't support built-in webpack resolver) (afbe114)
v10.2.1
10.2.1 (2022-01-14)
Bug Fixes
- backported disabled auto importing
fiber
on node >= 16 (#1014) (f4234e4)
v12.1.0
12.1.0 (2021-06-10)
Features
- allow
String
value for the implementation
option (382a3ca)
v12.0.0
12.0.0 (2021-06-01)
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is 12.13.0
Bug Fixes
- crash in custom importers with worker threads (#958) (67aa139)
- resolving
_index.import.scss
/index.import.scss
in packages (#906) (6641a16)
v11.1.1
11.1.1 (2021-05-13)
Bug Fixes
- disabled auto importing
fiber
on node >= 16 due incompatibility problems (#950) (4ca004b)