We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324f8da commit 2891d5bCopy full SHA for 2891d5b
packages/angular_devkit/build_angular/src/webpack/configs/styles.ts
@@ -232,7 +232,7 @@ export function getStylesConfig(wco: WebpackConfigOptions): Configuration {
232
sassImplementation,
233
includePaths,
234
false,
235
- !buildOptions.verbose,
+ !!buildOptions.verbose,
236
!!buildOptions.preserveSymlinks,
237
),
238
},
@@ -254,7 +254,7 @@ export function getStylesConfig(wco: WebpackConfigOptions): Configuration {
254
255
256
true,
257
258
259
260
0 commit comments