mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 10:33:43 +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>
|
<code>--stats-json</code>
|
||||||
</p>
|
</p>
|
||||||
<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>
|
</p>
|
||||||
</details>
|
</details>
|
||||||
<details>
|
<details>
|
||||||
|
@ -725,7 +725,7 @@
|
|||||||
},
|
},
|
||||||
"statsJson": {
|
"statsJson": {
|
||||||
"type": "boolean",
|
"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
|
"default": false
|
||||||
},
|
},
|
||||||
"forkTypeChecker": {
|
"forkTypeChecker": {
|
||||||
@ -1466,7 +1466,7 @@
|
|||||||
},
|
},
|
||||||
"statsJson": {
|
"statsJson": {
|
||||||
"type": "boolean",
|
"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
|
"default": false
|
||||||
},
|
},
|
||||||
"forkTypeChecker": {
|
"forkTypeChecker": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user