Skip to content

Commit 77610d5

Browse files
beemanBrocco
authored andcommitted
1 parent f21fe6a commit 77610d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/documentation/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ See https://github.com/angular/angular-cli/issues/7797 for details.
383383
<code>--stats-json</code>
384384
</p>
385385
<p>
386-
Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https: //webpack.github.io/analyse.
386+
Generates a 'stats.json' file which can be analyzed using tools such as: <a href="https://github.com/webpack-contrib/webpack-bundle-analyzer">webpack-bundle-analyzer</a> or <a href="https://webpack.github.io/analyse">webpack.github.io/analyse</a>.
387387
</p>
388388
</details>
389389
<details>

packages/@angular/cli/lib/config/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@
725725
},
726726
"statsJson": {
727727
"type": "boolean",
728-
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https: //webpack.github.io/analyse.",
728+
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https://webpack.github.io/analyse .",
729729
"default": false
730730
},
731731
"forkTypeChecker": {
@@ -1466,7 +1466,7 @@
14661466
},
14671467
"statsJson": {
14681468
"type": "boolean",
1469-
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https: //webpack.github.io/analyse.",
1469+
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https://webpack.github.io/analyse .",
14701470
"default": false
14711471
},
14721472
"forkTypeChecker": {

0 commit comments

Comments
 (0)