It is quite common to have to extract CSS config in order to do support more complicated CSS generation requirements - multiple stylesheets for theming for example. If the CSS and static HTML config and entry points were separate by default it would be easier to extend either of them.
Add separate webpack/config/base/css.js and webpack/config/html.js config files
It is quite common to have to extract CSS config in order to do support more complicated CSS generation requirements - multiple stylesheets for theming for example. If the CSS and static HTML config and entry points were separate by default it would be easier to extend either of them.