-
Notifications
You must be signed in to change notification settings - Fork 11.9k
fix(@angular-devkit/build-angular): several fixes to assets and files writes in browser-esbuild builder #26022
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
Conversation
a8f701a to
9c6907f
Compare
9c6907f to
e8faaac
Compare
| } | ||
| } | ||
|
|
||
| const MAX_CONCURRENT_WRITES = 64; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe give option to increase this value with --max-concurrent-writes=100 for example?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding an option is not something that we plan to do. Instead we opted for a sensible default.
e8faaac to
fdcec79
Compare
fdcec79 to
61afb1f
Compare
ae67402 to
750a67b
Compare
750a67b to
55422d5
Compare
d1a5e5f to
d454353
Compare
… writes in browser-esbuild builder This commit ports angular#26016 to the esbuilder and also fixes an issue where assets were being outputted in the wrong directory. Closes angular#26021
d454353 to
3397778
Compare
|
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. |
This commit ports #26016 to the esbuilder and also fixes an issue where assets were being outputted in the wrong directory.
Closes #26021