Skip to content

Commit a0da91d

Browse files
alan-agius4dgp1130
authored andcommitted
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

Lines changed: 1 addition & 0 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy