mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-20 21:42:38 +08:00
docs: remove space for webpack-bundle-analyzer url
This commit is contained in:
parent
4567aa1de4
commit
63a9bd464f
docs/documentation
packages/angular_devkit/build_angular/src
@ -394,7 +394,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: #webpack-bundle-analyzer' or https://webpack.github.io/analyse.
|
||||
</p>
|
||||
</details>
|
||||
<details>
|
||||
|
@ -211,7 +211,7 @@ export interface BrowserBuilderSchema {
|
||||
|
||||
/**
|
||||
* 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;
|
||||
|
||||
|
@ -271,7 +271,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": {
|
||||
|
@ -62,7 +62,7 @@ export interface BuildWebpackServerSchema {
|
||||
resourcesOutputPath: string;
|
||||
/**
|
||||
* 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;
|
||||
/**
|
||||
|
@ -201,7 +201,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