Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): include sources in generated
Browse files Browse the repository at this point in the history
Sass source maps

This commits enables `sourceMapIncludeSources` when using the modern Sass API so that sources are included in generated
source map.

Closes #24394

(cherry picked from commit 27b22b0)
  • Loading branch information
alan-agius4 authored and dgp1130 committed Dec 8, 2022
1 parent eb2a73a commit a0da91d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ function getSassLoaderOptions(
quietDeps: !verbose,
verbose,
syntax: indentedSyntax ? 'indented' : 'scss',
sourceMapIncludeSources: true,
}),
}
: {
Expand Down

0 comments on commit a0da91d

Please sign in to comment.