Skip to content

Commit efac853

Browse files
committed
fixup! fix(@angular/build): default preloadInitial to false when serviceWorker is enabled
1 parent 8e4bb0e commit efac853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/angular/build/src/builders/application

packages/angular/build/src/builders/application/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@
520520
},
521521
"preloadInitial": {
522522
"type": "boolean",
523-
"description": "Generates 'preload', 'modulepreload', and 'preconnect' link elements for initial application files and resources."
523+
"description": "Generates 'preload', 'modulepreload', and 'preconnect' link elements for initial application files and resources. Defaults to false when a service worker is enabled; otherwise true."
524524
}
525525
},
526526
"required": ["input"]

0 commit comments

Comments
 (0)