Chrome v73. Webpack v4.29.6.
I am trying to wrap an ag-grid in a web component with a shadow dom. In order to do so, I need to load the theme .css files in the context of shadow dom.
I want to do this as a module import via a Constructable Stylesheet
. I know these are a fairly new concept, but is there anything in webpack that will take a css file and as part of an import
convert it to a exported Constructable Stylesheet
javascript module that is then imported as part of the webpack build