Skip to content

Commit f63566e

Browse files
dominicbachmannalan-agius4
authored andcommitted
refactor(@angular-devkit/build-angular): remove deployUrl from browser-esbuild builder-status-warnings
(cherry picked from commit 52bf11f)
1 parent c08c78c commit f63566e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/angular_devkit/build_angular/src/builders/browser-esbuild/builder-status-warnings.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ export function logBuilderStatusWarnings(
3939
continue;
4040
}
4141

42-
if (
43-
unsupportedOption === 'vendorChunk' ||
44-
unsupportedOption === 'resourcesOutputPath' ||
45-
unsupportedOption === 'deployUrl'
46-
) {
42+
if (unsupportedOption === 'vendorChunk' || unsupportedOption === 'resourcesOutputPath') {
4743
logger.warn(
4844
`The '${unsupportedOption}' option is not used by this builder and will be ignored.`,
4945
);

0 commit comments

Comments
 (0)