mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 02:24:10 +08:00
docs: fix links to https://webpack.github.io/analyse
This commit is contained in:
parent
f21fe6ad51
commit
77610d5df5
@ -383,7 +383,7 @@ See https://github.com/angular/angular-cli/issues/7797 for details.
|
||||
<code>--stats-json</code>
|
||||
</p>
|
||||
<p>
|
||||
Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https: //webpack.github.io/analyse.
|
||||
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>.
|
||||
</p>
|
||||
</details>
|
||||
<details>
|
||||
|
@ -725,7 +725,7 @@
|
||||
},
|
||||
"statsJson": {
|
||||
"type": "boolean",
|
||||
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https: //webpack.github.io/analyse.",
|
||||
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https://webpack.github.io/analyse .",
|
||||
"default": false
|
||||
},
|
||||
"forkTypeChecker": {
|
||||
@ -1466,7 +1466,7 @@
|
||||
},
|
||||
"statsJson": {
|
||||
"type": "boolean",
|
||||
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https: //webpack.github.io/analyse.",
|
||||
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https://webpack.github.io/analyse .",
|
||||
"default": false
|
||||
},
|
||||
"forkTypeChecker": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user