Skip to content

Commit e0fb87c

Browse files
clydinhansl
authored andcommitted
feat(@angular/cli): provide '--sourcemaps' alias for build (#4462)
1 parent c096afb commit e0fb87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const BaseBuildCommandOptions: any = [
1414
{ name: 'environment', type: String, aliases: ['e'] },
1515
{ name: 'output-path', type: 'Path', aliases: ['op'] },
1616
{ name: 'aot', type: Boolean },
17-
{ name: 'sourcemap', type: Boolean, aliases: ['sm'] },
17+
{ name: 'sourcemap', type: Boolean, aliases: ['sm', 'sourcemaps'] },
1818
{ name: 'vendor-chunk', type: Boolean, default: true, aliases: ['vc'] },
1919
{ name: 'base-href', type: String, aliases: ['bh'] },
2020
{ name: 'deploy-url', type: String, aliases: ['d'] },

0 commit comments

Comments
 (0)