-
Notifications
You must be signed in to change notification settings - Fork 12k
Warning not displayed for resourcesOutputPath in esbuild. #25658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
angular/build:application
area: @angular-devkit/build-angular
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Comments
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Aug 10, 2023
…rcesOutputPath` with esbuilder `resourcesOutputPath` option is not supported when using the esbuild based builder. Closes angular#25658
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Aug 10, 2023
…rcesOutputPath` with esbuild builder `resourcesOutputPath` option is not supported when using the esbuild based builder. Closes angular#25658
That was fast :O |
alan-agius4
added a commit
to alan-agius4/angular-cli
that referenced
this issue
Aug 10, 2023
…rcesOutputPath` with esbuild builder `resourcesOutputPath` option is not supported when using the esbuild based builder. Closes angular#25658
dgp1130
pushed a commit
that referenced
this issue
Aug 10, 2023
…rcesOutputPath` with esbuild builder `resourcesOutputPath` option is not supported when using the esbuild based builder. Closes #25658
dgp1130
pushed a commit
to dgp1130/angular-cli
that referenced
this issue
Aug 10, 2023
…rcesOutputPath` with esbuild builder `resourcesOutputPath` option is not supported when using the esbuild based builder. Closes angular#25658 (cherry picked from commit 4935172)
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
angular/build:application
area: @angular-devkit/build-angular
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Command
build, serve
Is this a regression?
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 variableunsupportedOption
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
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: