문서의 이전 판입니다!
웹팩은 기본적으로 필요한 자원은 미리 로딩하는게 아니라 그 때 그 때 요청하자는 철학을 갖고 있습니다.
1. 단점:
2. 장점:
Bundler
import
export
1. Node.js 설치
2. npm init
3. npm install -D webpack webpack-cli
4. npx webpack –entry source/index.js –output ./public/index_bundle.js