
The current workflow for separate CSS files involves the extract-text-webpack-plugin, which is a big hack that executes the result of the css-loader and creates a CSS file out of it. To execute it, it builds a child bundle which contains only the current module targeting node.js and evaluate it. You can guess it: This isn’t the most performant solution.