Skip to content

Commit daab547

Browse files
Alanalexeagle
Alan
authored andcommitted
docs: remove analyse link from statsJson description
https://webpack.github.io/analyse has been broken for over a year and it seems that it is no longer maintained. See webpack/analyse#30 Closes #10589
1 parent 1738886 commit daab547

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/angular/cli/lib/config/schema.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@
847847
},
848848
"statsJson": {
849849
"type": "boolean",
850-
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https://webpack.github.io/analyse .",
850+
"description": "Generates a 'stats.json' file which can be analyzed using tools such as 'webpack-bundle-analyzer'.",
851851
"default": false
852852
},
853853
"forkTypeChecker": {
@@ -1753,7 +1753,7 @@
17531753
},
17541754
"statsJson": {
17551755
"type": "boolean",
1756-
"description": "Generates a 'stats.json' file which can be analyzed using tools such as: #webpack-bundle-analyzer' or https://webpack.github.io/analyse .",
1756+
"description": "Generates a 'stats.json' file which can be analyzed using tools such as 'webpack-bundle-analyzer'.",
17571757
"default": false
17581758
},
17591759
"forkTypeChecker": {

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

+1-1
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'.",
275275
"default": false
276276
},
277277
"forkTypeChecker": {

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

+1-1
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'.",
205205
"default": false
206206
},
207207
"forkTypeChecker": {

0 commit comments

Comments
 (0)