We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e53bfd commit d250874Copy full SHA for d250874
packages/@angular/cli/models/architect-command.ts
@@ -239,6 +239,11 @@ export abstract class ArchitectCommand extends Command<ArchitectCommandOptions>
239
240
overrides = { ...options };
241
delete overrides.target;
242
+
243
+ if (overrides.configuration) {
244
+ configuration = overrides.configuration;
245
+ delete overrides.configuration;
246
+ }
247
} else {
248
project = options.project;
249
target = this.target;
0 commit comments