인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

인프런 커뮤니티 질문&답변

열씨미살자!님의 프로필 이미지
열씨미살자!

작성한 질문수

프론트엔드 개발환경의 이해와 실습 (webpack, babel, eslint..)

바벨의 기본 개념

@babel/core

작성

·

199

2

@babel/core라는 것은 파싱과 출력을 담당하고 플러그인을 통해서 변환과정을 거치는거죠 ?

답변 1

1

김정환님의 프로필 이미지
김정환
지식공유자

네 그렇습니다.

"Now, out of the box Babel doesn't do anything. It basically acts like const babel = code => code; by parsing the code and then generating the same code back out again. You will need to add plugins for Babel to do anything."

https://babeljs.io/docs/en/plugins

열씨미살자!님의 프로필 이미지
열씨미살자!

작성한 질문수

질문하기