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

[Feature] svg 아이콘 컴포넌트 방식 변환 자동화 스크립트 작성 #31

Merged
merged 32 commits into from
May 31, 2024
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
84d7adc
rename: scripts wow-ui 외부로 이동
ghdtjgus76 May 28, 2024
6edcbd0
chore: eslintcache 파일 삭제
ghdtjgus76 May 28, 2024
6ab2230
refactor: 상수값 위치 변경
ghdtjgus76 May 28, 2024
db49121
chore: tsx 의존성 루트로 이동해서 설치
ghdtjgus76 May 28, 2024
6f8a213
feat: svg 파일 리액트 컴포넌트 방식으로 변환하는 스크립트 작성
ghdtjgus76 May 28, 2024
7687ddc
feat: svg 파일 삭제 시 변환되어 있는 컴포넌트 파일도 삭제되는 로직 추가
ghdtjgus76 May 28, 2024
9cbab74
refactor: 스크립트 리팩토링
ghdtjgus76 May 29, 2024
807ab4a
chore: wow-icons 빌드 input 설정 변경
ghdtjgus76 May 29, 2024
6c14c6c
chore: 빌드 설정 변경
ghdtjgus76 May 29, 2024
2ca243f
chore: wow-icons 빌드 설정 변경
ghdtjgus76 May 29, 2024
15b5dd0
chore: 스크립트 수정
ghdtjgus76 May 29, 2024
1662cd8
chore: wow-ui 빌드 시 babel runtime external로 설정하도록 변경
ghdtjgus76 May 29, 2024
f173ef7
chore: root에 wowds-tokens dev dependency 설치
ghdtjgus76 May 29, 2024
feb0396
rename: theme 패키지 내부 폴더구조 정리
ghdtjgus76 May 29, 2024
3637b50
chore: theme 패키지 exports 속성 변경
ghdtjgus76 May 29, 2024
e9c6de7
chore: theme 패키지 tsconfig 수정
ghdtjgus76 May 29, 2024
5d29bbb
chore: 스크립트 수정 및 적용
ghdtjgus76 May 29, 2024
8aa7e42
chore: 스크립트 및 아이콘 코드 수정
ghdtjgus76 May 29, 2024
476fa30
chore: root tsconfig에 styled-system exclude하도록 설정
ghdtjgus76 May 29, 2024
e835760
chore: wow-ui 빌드 설정 변경
ghdtjgus76 May 29, 2024
d518a60
chore: wow-ui preserveModules 설정 추가
ghdtjgus76 May 29, 2024
988a436
chore: 스크립트 및 아이콘 수정
ghdtjgus76 May 29, 2024
87c8894
chore: wow-icons에 절대 경로 설정 적용
ghdtjgus76 May 30, 2024
8ea29c1
chore: 함수 이름 변경
ghdtjgus76 May 30, 2024
1ffb655
chore: 컴포넌트 디렉토리 존재하지 않는 경우 예외 처리
ghdtjgus76 May 30, 2024
fc4a5e3
chore: wow-icons 롤업 절대 경로 설정 추가
ghdtjgus76 May 30, 2024
8c1f90d
chore: 의존성 정리
ghdtjgus76 May 30, 2024
c1a56a8
chore: 아이콘 타입 추론 관련 설정 변경
ghdtjgus76 May 30, 2024
0704e9b
chore: stroke/fill 포함 여부에 따라 props 구성하도록 스크립트 수정
ghdtjgus76 May 30, 2024
7efae93
chore: 안 쓰는 import문 삭제
ghdtjgus76 May 30, 2024
4f29092
chore: format 스크립트 변경
ghdtjgus76 May 30, 2024
8d39402
chore: 이미 생성된 컴포넌트는 다시 쓰지 않도록 수정
ghdtjgus76 May 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: wow-icons 빌드 input 설정 변경
ghdtjgus76 committed May 29, 2024
commit 807ab4a271027e02653b3ca636d19b30c685183a
1 change: 1 addition & 0 deletions packages/wow-icons/rollup.config.js
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ const extensions = [".ts", ".tsx", ".js", ".jsx"];

export default {
...baseConfig,
input: "./src/react/index.ts",
plugins: [
...baseConfig.plugins,
babel({