Skip to content

Remove compile scripts and simplify bundling#3227

Merged
AndreasArvidsson merged 37 commits intomainfrom
build
Mar 17, 2026
Merged

Remove compile scripts and simplify bundling#3227
AndreasArvidsson merged 37 commits intomainfrom
build

Conversation

@AndreasArvidsson
Copy link
Member

@AndreasArvidsson AndreasArvidsson commented Mar 16, 2026

Remove separate compile-step assumptions in favor of a single source-driven build stage.

  • Internal libraries now expose source .ts entrypoints directly.

  • Tooling-only utilities used by Vite/Jest are split into dedicated config-facing subpath exports instead of being pulled through runtime barrels.

  • App packages remain responsible for producing the final bundled production artifacts.

  • Internal libraries are consumed directly from source TypeScript rather than requiring a prior library compile step.

  • Build/test tooling helpers are exposed through dedicated entrypoints so config loaders do not execute unrelated runtime barrels.

  • Application packages still perform the final asset/binary bundling for production.

@AndreasArvidsson
Copy link
Member Author

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1468722393

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

@AndreasArvidsson AndreasArvidsson merged commit 46e1094 into main Mar 17, 2026
16 checks passed
@AndreasArvidsson AndreasArvidsson deleted the build branch March 17, 2026 17:11
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