-
Notifications
You must be signed in to change notification settings - Fork 36
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: use treeshaking from tsup #624
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
return ( | ||
<div> | ||
<h1>Home</h1> | ||
<Button>Click me</Button> | ||
</div> | ||
); |
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.
No code notes, just curious why this was changed
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 added this temp change to test treeshaking in that test app. happy to revert before merge @val-l-hosler
What I did
Add new treeshake option to kit. i followed this helpful blog post https://dorshinar.me/posts/treeshaking-with-tsup
Outstanding issues