Skip to content

Commit 7d0cebd

Browse files
committed
docs: update statsJson application builder description
The description was outdated. (cherry picked from commit b3b4787)
1 parent 889338c commit 7d0cebd

File tree

1 file changed

+1
-1
lines changed
  • packages/angular_devkit/build_angular/src/builders/application

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@
388388
},
389389
"statsJson": {
390390
"type": "boolean",
391-
"description": "Generates a 'stats.json' file which can be analyzed using tools such as 'webpack-bundle-analyzer'.",
391+
"description": "Generates a 'stats.json' file which can be analyzed with https://esbuild.github.io/analyze/.",
392392
"default": false
393393
},
394394
"budgets": {

0 commit comments

Comments
 (0)