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.