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: use treeshaking from tsup #624

Merged
merged 9 commits into from
May 6, 2024
Merged

feat: use treeshaking from tsup #624

merged 9 commits into from
May 6, 2024

Conversation

artmsilva
Copy link
Contributor

@artmsilva artmsilva commented May 2, 2024

What I did

Add new treeshake option to kit. i followed this helpful blog post https://dorshinar.me/posts/treeshaking-with-tsup

Outstanding issues

  • build issue with /packages/tokens

@artmsilva artmsilva requested a review from a team as a code owner May 2, 2024 21:05
Copy link

vercel bot commented May 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
wpds-ui-kit ✅ Ready (Inspect) Visit Preview May 6, 2024 3:45pm
wpds-ui-kit-storybook ✅ Ready (Inspect) Visit Preview May 6, 2024 3:45pm

@artmsilva artmsilva changed the title chore: add new treeshake option to kit chore: use treeshaking from tsup May 6, 2024
@artmsilva artmsilva changed the title chore: use treeshaking from tsup feat: use treeshaking from tsup May 6, 2024
Comment on lines 5 to 10
return (
<div>
<h1>Home</h1>
<Button>Click me</Button>
</div>
);
Copy link
Contributor

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

Copy link
Contributor Author

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

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

Successfully merging this pull request may close these issues.

3 participants