@vy all the *-loaders allow doing require() calls to those types of files, which then get inlined into JS. mini-css-extract-plugin will strip it out of the js bundle and into a plain .css file
as for getting that bundle into your page, I'd expect either your bundler to do it, or having to add a normal stylesheet include to whatever path css-extract outputs