Skip to content

Commit 7f03b5a

Browse files
alxhubhansl
authored andcommitted
fix(@angular/cli): look for existing manifest in src/ as well
1 parent d52d290 commit 7f03b5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/@angular/cli/models/webpack-configs/production.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const getProdConfig = function (wco: WebpackConfigOptions) {
4343
}
4444

4545
extraPlugins.push(new GlobCopyWebpackPlugin({
46-
patterns: ['ngsw-manifest.json'],
46+
patterns: ['ngsw-manifest.json', 'src/ngsw-manifest.json'],
4747
globOptions: {
4848
optional: true,
4949
},

0 commit comments

Comments
 (0)