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

ci(backend): change builder to esbuild #171

Merged
merged 2 commits into from
Mar 6, 2025
Merged

Conversation

Holzchopf
Copy link
Contributor

@Holzchopf Holzchopf commented Mar 5, 2025

Changes

Changed the backend builder to esbuild due to module type and file extension lock-ins caused by tsc+webpack, which were incompatible with the integration testing environment we are evaluating.

Related issues

Closes #157

Request for Comment

  • Risk: mid - attention: output file name changed to main.min.mjs, the .mjs extension is a result of following the modern ESM pattern.
  • Discussion: low

Checklist

  • Document changes in this pull request above.
  • Documentation is added in the docs folder for relevant behavior changes.
  • Technical guidelines listed in docs/CONTRIBUTING.md are followed.

@Holzchopf Holzchopf marked this pull request as ready for review March 5, 2025 14:50
@Holzchopf Holzchopf requested a review from a team as a code owner March 5, 2025 14:50
@Holzchopf Holzchopf requested a review from chenkins March 5, 2025 14:51
@Holzchopf Holzchopf changed the title [WiP] ci(backend): change builder to esbuild ci(backend): change builder to esbuild Mar 5, 2025
@Holzchopf Holzchopf merged commit fa1ea32 into main Mar 6, 2025
3 checks passed
@Holzchopf Holzchopf deleted the streamline-ts-tool-stack branch March 6, 2025 13:51
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.

Backend: evaluate esbuild as compiler
2 participants