docs: remove space for webpack-bundle-analyzer url

This commit is contained in:
Pascal Honegger 2018-12-09 12:39:09 +01:00 committed by Keen Yee Liau
parent 4567aa1de4
commit 63a9bd464f
5 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -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;

View File

@ -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": {

View File

@ -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;
/** /**

View File

@ -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": {