path.resolve() 메써드는 일련의 경로들 혹은 경로 조각들을 절대 경로로 합친다.
path: path.resolve(__dirname, 'dist')
참고-https://nodejs.org/api/path.html
*__dirname
최근 모듈의 directory이름이다. __dirname은 __filename의 path.diranme()과 같다.
React Refs (0) | 2020.08.10 |
---|---|
Babel (0) | 2020.08.09 |
Lodash (0) | 2020.08.07 |
WEBPACK (0) | 2020.08.07 |