오늘은 공부 중/자바스크립트

require hell, 모듈 접근 ../ 상대경로지옥 해결하기

이도토리 2021. 8. 10. 17:50

https://heowc.tistory.com/82

 

Node.js - 로컬 모듈 접근에 대한 다양한 개선 방법

Node.js를 접한지 얼마 되지 않았지만, 로컬 모듈을 접근할 시에 상대경로로 접근해야 하는 것에 대해서 불편함을 느꼈습니다. 그래서 다른 개발자분들은 어떤 식으로 해결하고 있을까? 라는 의문

heowc.tistory.com

https://m.blog.naver.com/wlsdml1103/221333439412

 

[Node JS]# require hell 해결하기 : npm abrequire as use

이번 시간에는 Node JS의 require hell에 대해 알아보고, 해결 방법에 대해 알아보도록 하겠습니다.1. r...

blog.naver.com

https://github.com/browserify/browserify/issues/767

 

Document how to avoid relative paths hell · Issue #767 · browserify/browserify

The paths option, that forwards to https://github.com/defunctzombie/node-browser-resolve is not documented here In my browserify app, for my private JS code, I don't want to use relative paths ...

github.com

각 경로의 내용을 package.json에 모듈화하거나 abrequire 설치하거나 뭐 그정도..?