Skip to content
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: experimental plugin system #486

Merged
merged 13 commits into from Dec 10, 2021
Merged

feat: experimental plugin system #486

merged 13 commits into from Dec 10, 2021

Conversation

egoist
Copy link
Owner

@egoist egoist commented Dec 8, 2021

This implements a tsup plugin system (not esbuild):

  • For now it's for internal use, I'm refactoring some code to plugins
  • For now I only added a renderChunk hook which runs against each output js/css file
  • No more babel, nobody uses it with tsup (it also runs after esbuild, not sure why I made that decision in the first place)
  • No more buble too, who needs es5? 🧐

zhmushan and others added 2 commits December 8, 2021 14:55
Co-authored-by: EGOIST <0x142857@gmail.com>
@vercel
Copy link

vercel bot commented Dec 8, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/egoist/tsup/DQRx221Hx9MAyFJ2ueGPRsQjNYFt
✅ Preview: https://tsup-git-plugin-egoist.vercel.app

@egoist egoist changed the title plugin system feat: experimental plugin system Dec 10, 2021
@egoist egoist merged commit 524470c into dev Dec 10, 2021
@egoist egoist deleted the plugin branch December 10, 2021 07:44
@github-actions
Copy link

🎉 This PR is included in version 5.11.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants