Skip to content

Commit b3b4787

Browse files
committed
docs: update statsJson application builder description
The description was outdated.
1 parent 31a5d43 commit b3b4787

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
@@ -379,7 +379,7 @@
379379
},
380380
"statsJson": {
381381
"type": "boolean",
382-
"description": "Generates a 'stats.json' file which can be analyzed using tools such as 'webpack-bundle-analyzer'.",
382+
"description": "Generates a 'stats.json' file which can be analyzed with https://esbuild.github.io/analyze/.",
383383
"default": false
384384
},
385385
"budgets": {

0 commit comments

Comments
 (0)