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/build/src/builders/application/schema.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -535,7 +535,7 @@
535
535
},
536
536
"statsJson": {
537
537
"type": "boolean",
538
-
"description": "Generates a 'stats.json' file which can be analyzed with https://esbuild.github.io/analyze/.",
538
+
"description": "Generates a 'browser-stats.json' (and 'server-stats.json' when SSR is enabled) file which can be analyzed with https://esbuild.github.io/analyze/.",
Copy file name to clipboardExpand all lines: packages/angular_devkit/build_angular/src/builders/browser/schema.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -394,7 +394,7 @@
394
394
},
395
395
"statsJson": {
396
396
"type": "boolean",
397
-
"description": "Generates a 'stats.json' file which can be analyzed using tools such as 'webpack-bundle-analyzer'.",
397
+
"description": "Generates a 'browser-stats.json' (and 'server-stats.json' when SSR is enabled) file which can be analyzed using tools such as 'webpack-bundle-analyzer'.",
0 commit comments