I have a multi-endpoint webpack setup with sass and MiniCssExtractPlugin. Everything works fine and css is extracted for every endpoint.
Now I am looking for a way to only extract css for certain endpoints, but not the others. Is it possible to specify this somehow?