We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ngswConfigPath
1 parent 885d949 commit 0844e51Copy full SHA for 0844e51
packages/schematics/angular/migrations/update-6/index.ts
@@ -308,7 +308,7 @@ function extractProjectsConfig(
308
extractLicenses: true,
309
vendorChunk: false,
310
buildOptimizer: true,
311
- ...(serviceWorker ? {serviceWorker: true, ngswConfigPath: '/src/ngsw-config.json'} : {}),
+ ...(serviceWorker ? {serviceWorker: true, ngswConfigPath: 'src/ngsw-config.json'} : {}),
312
...(app.budgets ? { budgets: app.budgets as JsonArray} : {}),
313
};
314
0 commit comments