There was an error while loading. Please reload this page.
2 parents 8983360 + a45a1cc commit e6e95afCopy full SHA for e6e95af
projects/cli/src/build-angular-cli.ts
@@ -16,7 +16,6 @@ export async function buildAngularCli(appName: string, enableServiceWorker: bool
16
`-c=production`,
17
'--aot=false',
18
`--base-href=${baseHref}`,
19
- `--service-worker=${enableServiceWorker}`,
20
];
21
exec(`ng build ${appName} ${flags.join(' ')}`,
22
options,
0 commit comments