Skip to content
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

Remove esbuild as dependencies of Angular Build package #29931

Closed
aelbore opened this issue Mar 25, 2025 · 1 comment
Closed

Remove esbuild as dependencies of Angular Build package #29931

aelbore opened this issue Mar 25, 2025 · 1 comment

Comments

@aelbore
Copy link

aelbore commented Mar 25, 2025

Command

build

Description

too maybe dependencies to maintain, esbuild is part of vite dependencies so no need to add it as part of dependencies of angular build

Describe the solution you'd like

Esbuild is one of the dependencies of vite, I think it make sense to remove it as part of dependencies of angular build.

Describe alternatives you've considered

No response

@alan-agius4
Copy link
Collaborator

Esbuild is used directly in @angular/build, so it is a required dependency. We should not rely on transitive dependencies, as they may be affected by module hoisting, dependency resolution, or package updates, leading to potential build issues.

@alan-agius4 alan-agius4 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants