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-1
Original file line number
Diff line number
Diff line change
@@ -759,7 +759,7 @@
759
759
"properties": {
760
760
"inline": {
761
761
"type": "boolean",
762
-
"description": "Reduce render blocking requests by inlining external fonts in the application's HTML index file. This requires internet access.",
762
+
"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-1
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@
103
103
"properties": {
104
104
"inline": {
105
105
"type": "boolean",
106
-
"description": "Reduce render blocking requests by inlining external fonts in the application's HTML index file. This requires internet access.",
106
+
"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