Skip to content

Commit a0da91d

Browse files
alan-agius4dgp1130
authored andcommittedDec 8, 2022
fix(@angular-devkit/build-angular): include sources in generated
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)
1 parent eb2a73a commit a0da91d

File tree

1 file changed

+1
-0
lines changed
  • packages/angular_devkit/build_angular/src/webpack/configs

1 file changed

+1
-0
lines changed
 

‎packages/angular_devkit/build_angular/src/webpack/configs/styles.ts

+1
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ function getSassLoaderOptions(
360360
quietDeps: !verbose,
361361
verbose,
362362
syntax: indentedSyntax ? 'indented' : 'scss',
363+
sourceMapIncludeSources: true,
363364
}),
364365
}
365366
: {

0 commit comments

Comments
 (0)
Please sign in to comment.