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

Chore - Respect esbuild config paths #10694

Merged
merged 3 commits into from
May 25, 2023
Merged

Conversation

adrinr
Copy link
Collaborator

@adrinr adrinr commented May 25, 2023

Description

We found an issue that if a package (lets say backend-core) was built, when building the server via esbuild, that dist folder was used instead of using the tsconfig.paths defined. This broke our dev experience.
This PR is solving this by using the tsconfig-paths esbuild plugin

@@ -8,7 +8,7 @@
"esModuleInterop": true,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These tsconfig.json are not really related to the issue, I just tidied them up while analysing the issue

@adrinr adrinr requested a review from Rory-Powell May 25, 2023 10:01
@codecov-commenter
Copy link

codecov-commenter commented May 25, 2023

Codecov Report

Merging #10694 (78476d5) into develop (023ff1a) will not change coverage.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff            @@
##           develop   #10694   +/-   ##
========================================
  Coverage    69.34%   69.34%           
========================================
  Files          536      536           
  Lines        19605    19605           
  Branches      3918     3918           
========================================
  Hits         13595    13595           
  Misses        5574     5574           
  Partials       436      436           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@adrinr adrinr merged commit 986fbbe into develop May 25, 2023
@github-actions github-actions bot locked and limited conversation to collaborators May 25, 2023
@adrinr adrinr deleted the chore/respect_esbuild_config_paths branch May 25, 2023 10:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants