What is the reason behind webpack having distinct loaders for loading css (css-loader) and injecting it into the website (style-loader), given that the former is dependent on the latter?
Can you provide an example of a situation in which I would utilize css-loader without style-loader?