This repository is a tutorial repository provided for beginner who start webpack. A description of the webpack.config.js
file is posted on the blog.
Webpack tutorial을 진행할 수 있는 Repository입니다.
(Following lists are linked each branch)
이 Repository의 branch를 확인해주세요. branch에 따라 Tutorial Step이 나누어져 있습니다.
다음 리스트는 branch에 링크 되어있습니다.
- Step 1. 기본 설정들에 대해서 알아봅니다.
- Step 2. 각종 플러그인에 대해서 알아봅니다.
- Step 3. Webpack의 추가적인 기능들
- Step 4. Seperate dev and prod environment
- Step 5. 성능, Tree Shaking
# If node is not installed in your local,
$ brew install node
and,
$ git clone https://github.com/JaeYeopHan/webpack_tutorial
$ cd webpack_tutorial
$ npm install
Webpack Official Documents
Webpack Tutorial translated by arahansa
Webpack2와 모듈 번들링을 위한 초보자 가이드
오늘도 끄적끄적 블로그
webpack2 입문 가이드-DailyEngineering
webpack2 시작하기-dev-momo
You're free to contribute to this project by submitting issues and/or pull requests.
자유롭게 issue를 남겨주시거나 Pull Request를 등록해주세요.