Karma builder: support sass
in stylePreprocessorOptions
with "builderMode: application"
#29185
Labels
area: @angular-devkit/build-angular
devkit/build-angular:karma
feature
Issue that requests a new feature
freq1: low
Only reported by a handful of users who observe it rarely
Command
test
Description
It is currently impossible to define the
sass
option instylePreprocessorOptions
for the Karma builder, which makes it impossible to silence Sass deprecations with "builderMode: application."throws:
Describe the solution you'd like
stylePreprocessorOptions
allows to setincludePaths
but it would be great to handlesass
options as well, like theapplication
builder does.Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: