We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1349363 commit 52bf11fCopy full SHA for 52bf11f
packages/angular_devkit/build_angular/src/builders/browser-esbuild/builder-status-warnings.ts
@@ -39,11 +39,7 @@ export function logBuilderStatusWarnings(
39
continue;
40
}
41
42
- if (
43
- unsupportedOption === 'vendorChunk' ||
44
- unsupportedOption === 'resourcesOutputPath' ||
45
- unsupportedOption === 'deployUrl'
46
- ) {
+ if (unsupportedOption === 'vendorChunk' || unsupportedOption === 'resourcesOutputPath') {
47
logger.warn(
48
`The '${unsupportedOption}' option is not used by this builder and will be ignored.`,
49
);
0 commit comments