When using es-build to manage bootstrap, there are two components involved:
(1) bootstrap javascript (2) bootstrap styling
does it make sense to use cssbundling-rails https://github.com/rails/cssbundling-rails to manage the css portions of bootstrap, and use jsbundling-rails to manage the js components via es-build?
was curious to know everyone's thoughts on this approach?