-
Notifications
You must be signed in to change notification settings - Fork 3
Migrate to tsdown #25
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
Conversation
…ation, and adjust tsdown configuration
| clean: true, | ||
| sourcemap: false, | ||
| skipNodeModulesBundle: true, | ||
| shims: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't needed.
Needing shims is a sign that the bundle config is wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok but they say they strip it away if it's not used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ehh, that's true.
I'd still prefer to get warning signs if we're doing it wrong, but it's up to you ig.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I meant to mention, shims are good here. I forgot it isn't ESM only (although I don't see why not to go ESM-only here).
| "publint": "^0.3.10", | ||
| "semantic-release": "^24.0.0", | ||
| "tsdown": "^0.9.1", | ||
| "tsup": "^8.4.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I forgot that 🤦♂️ lol
|
🎉 This PR is included in version 1.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Like AndreaPontrandolfo/sheriff#390.
Closes #24.