We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79defc5 commit d03057dCopy full SHA for d03057d
1 file changed
packages/ionic/src/commands/deploy/manifest.ts
@@ -42,7 +42,7 @@ export class DeployManifestCommand extends Command {
42
43
const items = await Promise.all(files.map(([f, stat]) => this.getFileAndSizeAndHashForFile(buildDir, f, stat)));
44
45
- return items;
+ return items.filter(item => item.href !== 'pro-manifest.json');
46
}
47
48
private async getFileAndSizeAndHashForFile(buildDir: string, file: string, stat: fs.Stats): Promise<DeployManifestItem> {
0 commit comments