mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 14:02:43 +08:00
docs: remove space for webpack-bundle-analyzer url
This commit is contained in:
parent
4567aa1de4
commit
63a9bd464f
@ -394,7 +394,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: #webpack-bundle-analyzer' or https://webpack.github.io/analyse.
|
||||||
</p>
|
</p>
|
||||||
</details>
|
</details>
|
||||||
<details>
|
<details>
|
||||||
|
@ -211,7 +211,7 @@ export interface BrowserBuilderSchema {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Generates a 'stats.json' file which can be analyzed using tools
|
* Generates a 'stats.json' file which can be analyzed using tools
|
||||||
* such as: #webpack-bundle-analyzer' or https: //webpack.github.io/analyse.
|
* such as: #webpack-bundle-analyzer' or https://webpack.github.io/analyse.
|
||||||
*/
|
*/
|
||||||
statsJson: boolean;
|
statsJson: boolean;
|
||||||
|
|
||||||
|
@ -271,7 +271,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": {
|
||||||
|
@ -62,7 +62,7 @@ export interface BuildWebpackServerSchema {
|
|||||||
resourcesOutputPath: string;
|
resourcesOutputPath: string;
|
||||||
/**
|
/**
|
||||||
* Generates a 'stats.json' file which can be analyzed using tools such as:
|
* Generates a 'stats.json' file which can be analyzed using tools such as:
|
||||||
* #webpack-bundle-analyzer' or https: //webpack.github.io/analyse.
|
* #webpack-bundle-analyzer' or https://webpack.github.io/analyse.
|
||||||
*/
|
*/
|
||||||
statsJson?: boolean;
|
statsJson?: boolean;
|
||||||
/**
|
/**
|
||||||
|
@ -201,7 +201,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