chore(storybook): add vite.config.ts to packages for vanilla-extract support#247
chore(storybook): add vite.config.ts to packages for vanilla-extract support#247froggy1014 wants to merge 2 commits intodev/side-v2from
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (2)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
Summary
dev:storybook) 실행 시vite.config.ts가 없어 루트의vanillaExtractPlugin을 읽지 못하는 문제 수정avatar패키지의 기존 패턴(export { default } from '../../vite.config')을 13개 패키지에 동일하게 적용Test plan
pnpm dev:storybook실행 시 정상 동작 확인pnpm dev:storybook정상 동작 유지 확인