Skip to content

Commit e6e95af

Browse files
authored
Merge pull request #337 from ffoodd/patch-1
Update build-angular-cli.ts to support Angular 18
2 parents 8983360 + a45a1cc commit e6e95af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/cli/src/build-angular-cli.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export async function buildAngularCli(appName: string, enableServiceWorker: bool
1616
`-c=production`,
1717
'--aot=false',
1818
`--base-href=${baseHref}`,
19-
`--service-worker=${enableServiceWorker}`,
2019
];
2120
exec(`ng build ${appName} ${flags.join(' ')}`,
2221
options,

0 commit comments

Comments
 (0)