From 83f36726396fdfa31d8d79f3d54276dd19a6b487 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Mon, 11 Apr 2022 12:00:19 +0200 Subject: [PATCH] fix(@angular-devkit/build-angular): display debug logs when using the `--verbose` option Webpack doesn't display debug logs when setting the log level to verbose. See: https://webpack.js.org/configuration/other-options/#debug and https://webpack.js.org/configuration/other-options/#level --- .../angular_devkit/build_angular/src/webpack/configs/common.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/angular_devkit/build_angular/src/webpack/configs/common.ts b/packages/angular_devkit/build_angular/src/webpack/configs/common.ts index e8b4d870ac8e..d81636c09d45 100644 --- a/packages/angular_devkit/build_angular/src/webpack/configs/common.ts +++ b/packages/angular_devkit/build_angular/src/webpack/configs/common.ts @@ -397,6 +397,7 @@ export async function getCommonConfig(wco: WebpackConfigOptions): Promise