Skip to content

Commit

Permalink
feat(@angular/cli): provide '--sourcemaps' alias for build (#4462)
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and hansl committed Feb 9, 2017
1 parent c096afb commit e0fb87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@angular/cli/commands/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const BaseBuildCommandOptions: any = [
{ name: 'environment', type: String, aliases: ['e'] },
{ name: 'output-path', type: 'Path', aliases: ['op'] },
{ name: 'aot', type: Boolean },
{ name: 'sourcemap', type: Boolean, aliases: ['sm'] },
{ name: 'sourcemap', type: Boolean, aliases: ['sm', 'sourcemaps'] },
{ name: 'vendor-chunk', type: Boolean, default: true, aliases: ['vc'] },
{ name: 'base-href', type: String, aliases: ['bh'] },
{ name: 'deploy-url', type: String, aliases: ['d'] },
Expand Down

0 comments on commit e0fb87c

Please sign in to comment.