We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682cae1 commit ad84bb1Copy full SHA for ad84bb1
packages/angular/pwa/pwa/index.ts
@@ -93,7 +93,7 @@ function updateIndexFile(options: PwaOptions): Rule {
93
...itemsToAddToHead.map(line => headIndent + line),
94
...lines.slice(closingHeadTagLineIndex, closingBodyTagLineIndex),
95
...itemsToAddToBody.map(line => bodyIndent + line),
96
- ...lines.slice(closingHeadTagLineIndex),
+ ...lines.slice(closingBodyTagLineIndex),
97
].join('\n');
98
99
host.overwrite(path, updatedIndex);
0 commit comments