Skip to content

Commit 1af7c46

Browse files
PascalHoneggerkyliau
authored andcommitted
docs: remove space for webpack-bundle-analyzer url
1 parent a4d3eeb commit 1af7c46

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/documentation/build.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ See https://github.com/angular/angular-cli/issues/7797 for details.
394394
<code>--stats-json</code>
395395
</p>
396396
<p>
397-
Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https: //webpack.github.io/analyse.
397+
Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https://webpack.github.io/analyse.
398398
</p>
399399
</details>
400400
<details>

packages/angular_devkit/build_angular/src/browser/schema.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export interface BrowserBuilderSchema {
203203

204204
/**
205205
* Generates a 'stats.json' file which can be analyzed using tools
206-
* such as: #webpack-bundle-analyzer' or https: //webpack.github.io/analyse.
206+
* such as: #webpack-bundle-analyzer' or https://webpack.github.io/analyse.
207207
*/
208208
statsJson: boolean;
209209

packages/angular_devkit/build_angular/src/browser/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
},
216216
"statsJson": {
217217
"type": "boolean",
218-
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: 'webpack-bundle-analyzer' or https: //webpack.github.io/analyse.",
218+
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: 'webpack-bundle-analyzer' or https://webpack.github.io/analyse.",
219219
"default": false
220220
},
221221
"forkTypeChecker": {

packages/angular_devkit/build_angular/src/server/schema.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export interface BuildWebpackServerSchema {
5252
outputPath: string;
5353
/**
5454
* Generates a 'stats.json' file which can be analyzed using tools such as:
55-
* #webpack-bundle-analyzer' or https: //webpack.github.io/analyse.
55+
* #webpack-bundle-analyzer' or https://webpack.github.io/analyse.
5656
*/
5757
statsJson?: boolean;
5858
/**

packages/angular_devkit/build_angular/src/server/schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
},
146146
"statsJson": {
147147
"type": "boolean",
148-
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: 'webpack-bundle-analyzer' or https: //webpack.github.io/analyse.",
148+
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: 'webpack-bundle-analyzer' or https://webpack.github.io/analyse.",
149149
"default": false
150150
},
151151
"forkTypeChecker": {

0 commit comments

Comments
 (0)