I have two questions.
1) CSS Loader and Style Loader are two webpack loaders. I couldn\'t grasp the difference between the two. Why do I have to use two loaders when
Webpack documentation recommends to combine style-loader with css-loader:
https://webpack.js.org/loaders/style-loader/