I am commenting out the reference to the CSS files from within my loader.ts files. I have found that when building and bundling, they are not put into the bundle.js. Even If I am using the min directory, it always downloads the CSS files separately.
Will there ever be a point where it will be bundled within the minimized files?
In the individual CSS files, I do see the comment below, but I am not sure if this is working in the builds.
/* This file is where css selectors for the component go.
There will be hard coded properties and properties controlled by variables, for example
hrt-accomm-incident-timeoff .hrt-accomm-incident-timeoff-value-text {
color: var(--hrt-accomm-incident-timeoff-value-text-color);
display: inline-block;
}*/