Skip to content

Warning not displayed for resourcesOutputPath in esbuild. #25658

@wartab

Description

@wartab

Command

build, serve

Is this a regression?

  • Yes, this behavior used to work in the previous version

The previous version in which this bug was not present was

No response

Description

The following pull request added a check for resourcesOutputPath in angular_devkit/build_angular/src/builders/browser-esbuild/builder-status-warnings.ts. However, the variable unsupportedOption can never have that value, because the array which is iterated over doesn't contain that value.

#25495

I'm not sure if this is intentional, but I figured I'd point it out.

Minimal Reproduction

Irrelevant

Exception or Error

No response

Your Environment

Angular CLI: 16.2.0
Node: 18.16.0
Package Manager: npm 9.6.4
OS: win32 x64

Angular: 16.2.0
... animations, cdk, cli, common, compiler, compiler-cli, core
... forms, language-service, localize, material
... platform-browser, platform-browser-dynamic, router

Package                         Version
---------------------------------------------------------
@angular-devkit/architect       0.1602.0
@angular-devkit/build-angular   16.2.0
@angular-devkit/core            16.2.0
@angular-devkit/schematics      16.2.0
@schematics/angular             16.2.0
rxjs                            7.8.1
typescript                      5.1.6
zone.js                         0.13.1

Anything else relevant?

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions