강의

멘토링

커뮤니티

Inflearn Community Q&A

dohyunlim's profile image
dohyunlim

asked

Understanding and Practice of Frontend Development Environment (webpack, babel, eslint..)

How to use Babel and integrate with Webpack

webpack에서 babel-loader 사용할때 질문

Written on

·

144

1

babel-loader 만 webpack.config.js에 설정하면 제가 적었던 babel.config.js는 저절로 인식이되는것인가요?

node.js웹팩babeleslint

Answer 1

0

jeonghwan님의 프로필 이미지
jeonghwan
Instructor

네 그렇습니다. 로더 옵션에 추가된 값은 바벨 옵션과 합쳐진다고 하네요.

The options passed here will be merged with Babel config files, e.g. babel.config.js or .babelrc.

이 문서를 참고하면 도움이 되실 겁니다.

dohyunlim's profile image
dohyunlim

asked

Ask a question