I am new to webpack.
Can anyone give me a simple explanation of why we do need the css loader? Can't I simply keep adding css file references into html tag?
I could find information only about HOW TO use css loader, but WHY I should use it.
I suspect it can be useful for lazy loading but not sure.
Thanks