Skip to content

Commit 48c644f

Browse files
authored
Merge pull request #7 from SOPT-all/init/svgr-pathalias-codeowner/#5
[init/#5] SVGR, path alias, codeowners 세팅
2 parents 905cf29 + 97a1332 commit 48c644f

File tree

12 files changed

+359
-11
lines changed

12 files changed

+359
-11
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# PR을 올릴 때 모든 파일에 대해 팀원 전체를 리뷰어로 자동 지정
2+
* @jstar000 @mimizae @odukong @qowjdals23

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"globals": "^16.5.0",
2626
"typescript": "~5.9.3",
2727
"typescript-eslint": "^8.46.3",
28-
"vite": "^7.2.2"
28+
"vite": "^7.2.2",
29+
"vite-plugin-svgr": "^4.5.0"
2930
}
3031
}

0 commit comments

Comments
 (0)