Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes 📝
프로젝트 빌드 도구를 CRA에서 VITE로 마이그레이션하였습니다.
의존성, 구성파일, env 타입체크, svg import 방식 등이 변경되었습니다.
환경변수를 변경해주시고, yarn을 한 번 실행해주셔야 합니다.
그리고 앞으로는 svg를 import 하실 때
import �Svg from 'asset/svg/icon.svg' 또는
import �Svg from 'asset/svg/icon.svg?react' 로 하시면 됩니다.
차이점은 Svg에 속성을 넣거나 할 경우 ?react를 써서 리액트 컴포넌트처럼 사용하시게 됩니다.
ScreenShot 📷
Test CheckList ✅
Precaution
✔️ Please check if the PR fulfills these requirements
develop
branch unconditionally?main
?yarn lint