stormid / scaffold

Project scaffold and UI build system
0 stars 0 forks source link

Separate CSS and static HTML webpack config #151

Closed mjbp closed 1 month ago

mjbp commented 1 month ago

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.