Skip to content

chore!: simplified building process as no bundling is needed#875

Merged
susnux merged 1 commit intomainfrom
chore/tsc
Aug 1, 2025
Merged

chore!: simplified building process as no bundling is needed#875
susnux merged 1 commit intomainfrom
chore/tsc

Conversation

@susnux
Copy link
Copy Markdown
Contributor

@susnux susnux commented Aug 1, 2025

Instead of using a bundler this library can rather just use the Typescript Compiler. It does not bundle anything and just needs to be transpiled.

This is slightly breaking as we only emit the mjs files, this should work with all apps, but better safe than sorry.

@susnux susnux requested a review from ShGKme August 1, 2025 12:21
Instead of using a bundler this library can rather just use the
Typescript Compiler. It does not bundle anything and just needs to be
transpiled.

This is slightly breaking as we only emit the mjs files, this should
work with all apps, but better safe than sorry.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux merged commit 2732ac3 into main Aug 1, 2025
7 checks passed
@susnux susnux deleted the chore/tsc branch August 1, 2025 12:38
@susnux susnux mentioned this pull request Aug 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants