What is exactly the importLoaders option of css-loader in Webpack 4?
After more searching it turned out that I’m not the only one confused about how to use this option correctly. Issues from the GitHub repo of css-loader: https://github.com/webpack-contrib/css-loader/issues/765 Also see @guidobouman excellent explanation here: https://github.com/webpack-contrib/css-loader/issues/228#issuecomment-312885975 So this answers my question (quoted literally): importLoaders only has effect on unresolved @imports. So when using postCSS with nextCSS … Read more