웹팩은 파일 내에서 불러온 js 알아서 관계파악하기 때문에entry에는 파일 내 연결된 것 제외해도 알아서 합쳐진다. entry : 합칠 파일output : 결과물 파일 path: path.join(\_\_dirname, "dist"),filename: "app.js"