Skip to content

Commit

Permalink
docs: remove analyse link from statsJson description
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Alan authored and alexeagle committed Feb 13, 2019
1 parent 1738886 commit daab547
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/angular/cli/lib/config/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,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'.",
"default": false
},
"forkTypeChecker": {
Expand Down Expand Up @@ -1753,7 +1753,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'.",
"default": false
},
"forkTypeChecker": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'.",
"default": false
},
"forkTypeChecker": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'.",
"default": false
},
"forkTypeChecker": {
Expand Down

0 comments on commit daab547

Please sign in to comment.