You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/angular/cli/lib/config/schema.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -847,7 +847,7 @@
847
847
},
848
848
"statsJson": {
849
849
"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'.",
851
851
"default": false
852
852
},
853
853
"forkTypeChecker": {
@@ -1753,7 +1753,7 @@
1753
1753
},
1754
1754
"statsJson": {
1755
1755
"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'.",
Copy file name to clipboardExpand all lines: packages/angular_devkit/build_angular/src/browser/schema.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -271,7 +271,7 @@
271
271
},
272
272
"statsJson": {
273
273
"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'.",
Copy file name to clipboardExpand all lines: packages/angular_devkit/build_angular/src/server/schema.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -201,7 +201,7 @@
201
201
},
202
202
"statsJson": {
203
203
"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'.",
0 commit comments