-
Notifications
You must be signed in to change notification settings - Fork 143
Path Mapping 번역 오류 제보 #197
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
Comments
안녕하세요 :) 원문을 확인해보니
원문 링크는 module-resolution#path-mapping을 확인하시면 될 것 같아요! |
엇! 제가 버전이 다른 원문을 보고 있었군요. 알려주셔서 감사합니다 (_ _)
위와 같이 되어있는데, 이에 대한 해석이
이렇게 되어 있는데요!
이 해석이 더 적절할 것 같습니다. 전체 프로젝트 구조가 root 하에 src도 있고, node_modules도 있는 상황에서 (예제 코드) |
동의합니다 :) |
넵! PR 날렸습니다 :D |
Uh oh!
There was an error while loading. Please reload this page.
안녕하세요 :) 핸드북 감사히 잘 참고하고 있습니다! 잘못 번역된 부분이 있는 것 같아 이슈를 남깁니다.
"."
로 설정하고 있는데, 글에서는위 예제에서 "baseUrl": "./src"로 설정했기 때문에
라고 작성되어 있습니다. 원문을 보니, baseUrl을./node_modules
로 지정하고 있는데, 원문과 동일하게 예제와 글을 수정하면 혼선이 줄어들 것 같습니다. 수정을 해도 괜찮을까요?The text was updated successfully, but these errors were encountered: