You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/angular/cli/lib/config/schema.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -725,7 +725,7 @@
725
725
"properties": {
726
726
"inline": {
727
727
"type": "boolean",
728
-
"description": "Reduce render blocking requests by inlining external fonts in the application's HTML index file. This requires internet access.",
728
+
"description": "Reduce render blocking requests by inlining external Google fonts and icons CSS definitions in the application's HTML index file. This requires internet access.",
Copy file name to clipboardExpand all lines: packages/angular_devkit/build_angular/src/browser/schema.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@
83
83
"properties": {
84
84
"inline": {
85
85
"type": "boolean",
86
-
"description": "Reduce render blocking requests by inlining external fonts in the application's HTML index file. This requires internet access.",
86
+
"description": "Reduce render blocking requests by inlining external Google fonts and icons CSS definitions in the application's HTML index file. This requires internet access.",
0 commit comments