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

Switched to esbuild and bundle code into single file #149

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

daniellockyer
Copy link
Member

ref https://linear.app/ghost/issue/AP-550/overhaul-docker-testing-setup

  • with this change, we do away with tsx in favor of straight esbuild, as tsx was proving to be problematic with our boot time
  • we can just compile this to a single JS file to keep this fast
  • this also changes the Docker workflow to use this and concurrently to watch and reload the files

ref https://linear.app/ghost/issue/AP-550/overhaul-docker-testing-setup

- with this change, we do away with `tsx` in favor of straight
  `esbuild`, as `tsx` was proving to be problematic with our boot time
- we can just compile this to a single JS file to keep this fast
- this also changes the Docker workflow to use this and concurrently to
  watch and reload the files
@daniellockyer daniellockyer merged commit c8f5322 into main Nov 11, 2024
2 checks passed
@daniellockyer daniellockyer deleted the build-setup branch November 11, 2024 12:00
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

Successfully merging this pull request may close these issues.

1 participant