Skip to content

Commit af84e0b

Browse files
alan-agius4clydin
andauthored
Update packages/angular_devkit/build_angular/src/webpack/configs/styles.ts
Co-authored-by: Charles <19598772+clydin@users.noreply.github.com>
1 parent a3eea55 commit af84e0b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export function getStylesConfig(wco: WebpackConfigOptions): Configuration {
149149
} else if (buildOptions.sourceMap.hidden) {
150150
// Inline all sourcemap types except hidden ones, which are the same as no sourcemaps
151151
// for component css.
152-
logger.warn('Components styles sourcemaps when sourcemaps are hidden.');
152+
logger.warn('Components styles sourcemaps are not generated when sourcemaps are hidden.');
153153
componentsSourceMap = false;
154154
}
155155
}

0 commit comments

Comments
 (0)