Skip to content

Commit 63a9bd4

Browse files
PascalHoneggerKeen Yee Liau
authored and
Keen Yee Liau
committed
docs: remove space for webpack-bundle-analyzer url
1 parent 4567aa1 commit 63a9bd4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/documentation/build.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export interface BrowserBuilderSchema {
211211

212212
/**
213213
* Generates a 'stats.json' file which can be analyzed using tools
214-
* such as: #webpack-bundle-analyzer' or https: //webpack.github.io/analyse.
214+
* such as: #webpack-bundle-analyzer' or https://webpack.github.io/analyse.
215215
*/
216216
statsJson: boolean;
217217

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
},
272272
"statsJson": {
273273
"type": "boolean",
274-
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: 'webpack-bundle-analyzer' or https: //webpack.github.io/analyse.",
274+
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: 'webpack-bundle-analyzer' or https://webpack.github.io/analyse.",
275275
"default": false
276276
},
277277
"forkTypeChecker": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export interface BuildWebpackServerSchema {
6262
resourcesOutputPath: string;
6363
/**
6464
* Generates a 'stats.json' file which can be analyzed using tools such as:
65-
* #webpack-bundle-analyzer' or https: //webpack.github.io/analyse.
65+
* #webpack-bundle-analyzer' or https://webpack.github.io/analyse.
6666
*/
6767
statsJson?: boolean;
6868
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
},
202202
"statsJson": {
203203
"type": "boolean",
204-
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: 'webpack-bundle-analyzer' or https: //webpack.github.io/analyse.",
204+
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: 'webpack-bundle-analyzer' or https://webpack.github.io/analyse.",
205205
"default": false
206206
},
207207
"forkTypeChecker": {

0 commit comments

Comments
 (0)