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

Bug/amplify parallel thread error #53

Merged
merged 2 commits into from
Jan 5, 2025

Conversation

bendsouza2
Copy link
Owner

  • ts-loader was trying to process files in one way while thread-loader was trying to parallelise the process. ----> leading to lost metadata (Cannot read properties of undefined (reading 'buildMeta'))
  • added parallel: false ----> disabled Vue CLI's default thread-loader
  • TypeScript compilation will now happen in a single thread ----> may be slightly slower for builds, but maintains metadata

@bendsouza2 bendsouza2 merged commit 646b5a4 into main Jan 5, 2025
1 check passed
@bendsouza2 bendsouza2 deleted the bug/amplify-parallel-thread-error branch January 5, 2025 20:55
@bendsouza2 bendsouza2 added bug Something isn't working frontend Frontend related issue labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend Frontend related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant