Publish to JSR #1
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hloth/pow-reaction#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently not possible due to lack of support of non-typescript files by JSR:
See https://github.com/jsr-io/jsr/issues/861
I was able to publish ReactionButton.svelte to JSR but it is impossible to import it because it's not in package.json
exports
field. If I add it as export to jsr.json, JSR refuses to publish the package. Even if I manage to find a workaround, it seems JSR automatically transpiles all files to JavaScript after publishing, so I doubt Svelte will work with that. So far I have only found a single Svelte project published to JSR but the author included the Svelte itself into the bundle which caused its size to be over 3 MB.