We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
allowedHosts
1 parent 833dc98 commit 8faaf51Copy full SHA for 8faaf51
packages/angular_devkit/build_angular/src/builders/dev-server/builder.ts
@@ -67,12 +67,6 @@ export function execute(
67
);
68
}
69
70
- if (options.allowedHosts?.length) {
71
- context.logger.warn(
72
- `The "allowedHosts" option will not be used because it is not supported by the "${builderName}" builder.`,
73
- );
74
- }
75
-
76
if (options.publicHost) {
77
context.logger.warn(
78
`The "publicHost" option will not be used because it is not supported by the "${builderName}" builder.`,
0 commit comments