Skip to content

Commit

Permalink
refactor(@angular-devkit/build-angular): remove deployUrl from browse…
Browse files Browse the repository at this point in the history
…r-esbuild builder-status-warnings

(cherry picked from commit 52bf11f)
  • Loading branch information
dominicbachmann authored and alan-agius4 committed Dec 11, 2023
1 parent c08c78c commit f63566e
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@ export function logBuilderStatusWarnings(
continue;
}

if (
unsupportedOption === 'vendorChunk' ||
unsupportedOption === 'resourcesOutputPath' ||
unsupportedOption === 'deployUrl'
) {
if (unsupportedOption === 'vendorChunk' || unsupportedOption === 'resourcesOutputPath') {
logger.warn(
`The '${unsupportedOption}' option is not used by this builder and will be ignored.`,
);
Expand Down

0 comments on commit f63566e

Please sign in to comment.