We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7cfd54 commit f19f441Copy full SHA for f19f441
packages/angular_devkit/build_angular/src/angular-cli-files/models/webpack-configs/common.ts
@@ -144,7 +144,7 @@ export function getCommonConfig(wco: WebpackConfigOptions) {
144
}
145
146
if (buildOptions.progress) {
147
- extraPlugins.push(new ProgressPlugin({ profile: buildOptions.verbose, colors: true }));
+ extraPlugins.push(new ProgressPlugin({ profile: buildOptions.verbose }));
148
149
150
if (buildOptions.showCircularDependencies) {
0 commit comments