강의

멘토링

로드맵

Inflearn Community Q&A

csh721112826's profile image
csh721112826

asked

Webpack for Frontend Developers

plugin

MiniCssExtractPlugin과 style-loader

Written on

·

413

1

MiniCssExtractPlugin과 style-loader를 각각 언제 사용해야할까요? 찾아보니 style-loader는 css파일을 추출하는 게 아니라서 더 빠르다고 하는데 둘 중 아무거나 사용해도 무관할까요?

웹팩

Answer 1

0

captain님의 프로필 이미지
captain
Instructor

안녕하세요 승현님, 플러그인과 로더는 용도에 맞게 사용하시면 될 것 같아요. 보통 스타일 로더를 더 대중적으로 사용하고 extractPlugin은 별도의 목적이 있을 때 사용하는 것 같습니다.

csh721112826's profile image
csh721112826

asked

Ask a question