We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4296257 commit bc9d6ebCopy full SHA for bc9d6eb
packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/common.ts
@@ -150,7 +150,7 @@ export function getCommonConfig(wco: WebpackConfigOptions) {
150
}
151
152
if (buildOptions.progress) {
153
- extraPlugins.push(new ProgressPlugin({ profile: buildOptions.verbose, colors: true }));
+ extraPlugins.push(new ProgressPlugin({ profile: buildOptions.verbose }));
154
155
156
if (buildOptions.showCircularDependencies) {
0 commit comments