Skip to content

Commit 8d5d1c3

Browse files
Revert "Reverting these changes per Alans recommendation"
This reverts commit eab4b3a.
1 parent 00d9d60 commit 8d5d1c3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535
},
536536
"statsJson": {
537537
"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/.",
539539
"default": false
540540
},
541541
"budgets": {

packages/angular_devkit/build_angular/src/builders/browser-esbuild/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
},
407407
"statsJson": {
408408
"type": "boolean",
409-
"description": "Generates a 'stats.json' file which can be analyzed using tools such as 'webpack-bundle-analyzer'.",
409+
"description": "Generates a 'browser-stats.json' file which can be analyzed using tools such as 'webpack-bundle-analyzer'.",
410410
"default": false
411411
},
412412
"budgets": {

packages/angular_devkit/build_angular/src/builders/browser/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
394394
},
395395
"statsJson": {
396396
"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'.",
398398
"default": false
399399
},
400400
"budgets": {

packages/angular_devkit/build_angular/src/builders/server/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
},
209209
"statsJson": {
210210
"type": "boolean",
211-
"description": "Generates a 'stats.json' file which can be analyzed using tools such as 'webpack-bundle-analyzer'.",
211+
"description": "Generates a 'browser-stats.json' and 'server-stats.json' file which can be analyzed using tools such as 'webpack-bundle-analyzer'.",
212212
"default": false
213213
},
214214
"watch": {

0 commit comments

Comments
 (0)