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

fix(@angular/build): V8 flags cause errors in ng build/serve processes #29118

Closed
wants to merge 1 commit into from

Conversation

alan-agius4
Copy link
Collaborator

This commit removes the use of a worker for Babel transformation of external dependencies within the ESM loader hook.

Closes #28901

This commit removes the use of a worker for Babel transformation of external dependencies within the ESM loader hook.

Closes angular#28901
@alan-agius4 alan-agius4 added action: review The PR is still awaiting reviews from at least one requested reviewer target: patch This PR is targeted for the next patch release labels Dec 12, 2024
@alan-agius4 alan-agius4 requested a review from clydin December 12, 2024 10:04
@alan-agius4 alan-agius4 removed the request for review from clydin December 12, 2024 12:44
@alan-agius4 alan-agius4 added 2022Q3 Fixit Candidates for the Q3 2022 fix-it and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Dec 12, 2024
@alan-agius4 alan-agius4 marked this pull request as draft December 12, 2024 12:44
@alan-agius4 alan-agius4 removed the 2022Q3 Fixit Candidates for the Q3 2022 fix-it label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: @angular/build target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Passing in V8 flags to a node process that executes ng build/serve throws
1 participant