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

chore(all): Optimize packages #208

Merged
merged 6 commits into from
Nov 16, 2024
Merged

chore(all): Optimize packages #208

merged 6 commits into from
Nov 16, 2024

Conversation

Brokyeom
Copy link
Member

변경사항

  • 전체 패키지를 배포하고 있던 기존의 번들을 dist 폴더와 variable.css만 배포하여 번들사이즈를 줄입니다.

링크

시급한 정도

🏃‍♂️ 보통 : 최대한 빠르게 리뷰 부탁드립니다.

기타 사항

- 전체 패키지를 배포하고 있던 기존의 번들을 dist 폴더와 variable.css만 배포하여 번들사이즈를 줄입니다.
Copy link

height bot commented Nov 15, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

Copy link

changeset-bot bot commented Nov 15, 2024

🦋 Changeset detected

Latest commit: d4630ee

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@sopt-makers/colors Patch
@sopt-makers/fonts Patch
@sopt-makers/icons Patch
@sopt-makers/ui Patch
docs Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Comment on lines -25 to -26
"@vanilla-extract/sprinkles": "1.6.1",
"tsup": "^8.0.2"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deDepedancy에 이미 tsup이 존재하기 때문에 dependacy에서 제거했습니다.

@pull-request-size pull-request-size bot added size/M and removed size/S labels Nov 15, 2024
Copy link
Member

@jungwoo3490 jungwoo3490 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀
Vitest랑 VE/sprinkles도 캐럿버저닝으로 쓰면 좋을 것 같네용~~~

@@ -22,8 +28,7 @@
"@sopt-makers/fonts": "workspace:^",
"@sopt-makers/icons": "workspace:^",
"@vanilla-extract/css": "^1.14.0",
"@vanilla-extract/sprinkles": "1.6.1",
"tsup": "^8.0.2"
"@vanilla-extract/sprinkles": "1.6.1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 캐럿버저닝으로 쓰는 게 좋아보이네용

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Brokyeom Brokyeom merged commit ffd6ebf into main Nov 16, 2024
1 check passed
@Brokyeom Brokyeom deleted the chore/optiomize-bundles branch November 16, 2024 08:47
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.

2 participants