-
Notifications
You must be signed in to change notification settings - Fork 1
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] panda preset 을 배포할 수 있는 있도록 wow-theme 패키지 추가 #111
Conversation
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.
굿굿 수고하셨어요~!
진입점은 굳이 분리하지 않아도 될 거 같다는 생각이 들어요!
제가 컴포넌트별로 진입점을 분리한 이유는 컴포넌트를 불러올 때 항상 모든 컴포넌트를 사용하지 않을 때도 다 불러와서 분리했던 거고, 여기서는 둘 다 사용할 거 같아서 분리 안 하고 사용해도 될 거 같습니다~
… into feat/panda-preset
@ghdtjgus76 리뷰 반영해두었습니다!!! |
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.
수고하셨습니다! 서현님 의견처럼 wow-theme 한해서 utils만을 따로 분리하여 사용하지 않을 것 같기도 하고, 파일의 크기차이도 영향력이 적을 것 같아서 진입점을 index.js
로 같이 해도 될 것 같아요
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.
굿굿 수고 많으셨어요~
🎉 변경 사항
preset 에서 다룰 수 있는 옵션들을 아래와 같아서
![image](https://private-user-images.githubusercontent.com/101736358/354241338-6cd76a3a-4cc5-41ab-b7f5-a0a73ce52740.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMjgyNDYsIm5iZiI6MTczOTAyNzk0NiwicGF0aCI6Ii8xMDE3MzYzNTgvMzU0MjQxMzM4LTZjZDc2YTNhLTRjYzUtNDFhYi1iN2Y1LWEwYTczY2U1Mjc0MC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQxNTE5MDZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02NzAyM2I3ZWQ1OWJiMmY0ZmQzOTUyNDRmZjllZTk5ZDUwODU0MzdlM2Q3MTgxZTExMTQ5NzMxMzU5ZjBkZjJhJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.O4l6hibFPCmSzxAcGXKKbUPj--60qLff4B8u5vcIEt0)
staticCSS, theme
만 다루는 것으로 했습니다.panda preset 을 배포하는 패키지만 만들까 하다가
theme/utils
도 배포하면 좋을 거 같아서 theme 패키지를 배포하는 것으로 구현했습니다rollup 설정은
wowds-token
을 참고했습니당진입점 index.js vs 진입점 util,preset
🚩 관련 이슈
🙏 여기는 꼭 봐주세요!