# 바벨(Babel)

# 바벨 빌드 단계

바벨은 아래와 같이 설치할 수 있다.

npm install -D @babel/core @babel/cli

  1. 파싱(Parsing)
  1. 변환(Transforming)