Skip to content

Commit 514fbf2

Browse files
committed
fix(@angular/cli): add -o alias for --build-optimizer
/cc @StephenFluin
1 parent e486d17 commit 514fbf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/@angular/cli/commands/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export const baseBuildCommandOptions: any = [
163163
name: 'build-optimizer',
164164
type: Boolean,
165165
default: false,
166-
aliases: ['bo'],
166+
aliases: ['o'],
167167
description: '(Experimental) Enables @angular-devkit/build-optimizer '
168168
+ 'optimizations when using `--aot`.'
169169
},

0 commit comments

Comments
 (0)