We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
현재 절대 경로가 하나 추가될 때마다 해당 경로를 참조해야 하는 모든 설정 파일을 모두 수정해주어야 하는 문제가 있습니다.
ex) /src/tools 경로가 @tools로 사용 되도록 절대 경로 추가돼야 할 때 스토리북, jest, webpack, tsconfig 등의 설정 파일들에 해당 절대 경로에 대한 설정을 추가해주어야 합니다.
/src/tools
@tools
이를 개선하고자 합니다.
/src
@/~
1시간
No response
The text was updated successfully, but these errors were encountered:
kyw0716
No branches or pull requests
🔨 Describe
현재 절대 경로가 하나 추가될 때마다 해당 경로를 참조해야 하는 모든 설정 파일을 모두 수정해주어야 하는 문제가 있습니다.
ex)
/src/tools
경로가@tools
로 사용 되도록 절대 경로 추가돼야 할 때 스토리북, jest, webpack, tsconfig 등의 설정 파일들에 해당 절대 경로에 대한 설정을 추가해주어야 합니다.이를 개선하고자 합니다.
✅ Tasks
/src
하위의 디렉토리는@/~
로 사용하도록 설정을 변경한다./src
하위 이외에 다른 경로를 절대 경로로 추가하고자 한다면 해당 부분은 평소와 동일하게 설정해주는 방식을 사용하도록 한다.🕰️ Estimated Time of Completion
1시간
🙋🏻 More
No response
The text was updated successfully, but these errors were encountered: