-
-
Notifications
You must be signed in to change notification settings - Fork 43
feat!: esm-only #253
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
feat!: esm-only #253
Conversation
Moves to being esm-only. Unlike other tinylib projects, this one keeps `tsup` since we bundle dependencies still. If we ever decide not to bundle dependencies, we should drop tsup and ship the typescript emit as-is.
commit: |
size-limit report 📦
|
Thanks, the CI action checking the size also needs CJS handling removal. |
Any idea how we can make it happy? It seems confused since we removed a file |
It's not a file removal, it's an action configuration cleanup. I can take over the PR since it a branch on the upstream GitHub repo. |
Interesting. For future reference, where does that live? Edit: Found it! Feel free to update it, otherwise I will when I'm next at my laptop 👍 |
i've updated the config 👍 still waiting on the other tinylibs repos anyway so lets coordinate releases on discord |
Moves to being esm-only.
Unlike other tinylib projects, this one keeps
tsup
since we bundle dependencies still.If we ever decide not to bundle dependencies, we should drop tsup and ship the typescript emit as-is.