I'm trying to figure out how web component CSS files should be handled for final build. When I build using "livereload" i understand that all files are downloaded separately. When I run "--release" I see that the component CSS files are still loaded separately. Even when I add a bundle reference to my component.json of my pack and build for release, it still downloads the CSS files separately.
Don't see good information for this within the developer guide.