issues
search
BoBeenLee
/
bbl-nx
homepage
https://bbl-nx.vercel.app/
4
stars
0
forks
source link
프로젝트 모듈 바운더리 제한 추가
#22
Open
BoBeenLee
opened
2 years ago
BoBeenLee
commented
2 years ago
Background
Monorepo로 개발하다보면 알게모르게 import되어 circular dependency가 발생할 수도 있습니다.
ex) utils -> ui-components, ui-components -> utils
빌드 전에 각 모듈간 dependency가 되지 않아야함을 인지하기 위함.
Description
태그 설정 후 project.json에 constraints를 추가하여 프로젝트간 미리 제한을 설정해둡니다.
https://nx.dev/structure/monorepo-tags#imposing-constraints-on-the-project-graph
BoBeenLee
commented
2 years ago
https://monorepo.tools/#explicit-project-constrains
Background
Description