Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 256 Bytes

File metadata and controls

3 lines (2 loc) · 256 Bytes

so, what can loader used for?

we know that webpack can help us to pack our code, but only can process the code in js file, we can't pack some files like css, image, etc. into our bundle. so, we need to use loader to load these files into webpack.