The stealjs docs have a section for preventing FOUC by loading the bundle stylesheet in the head of index.html
https://stealjs.com/docs/StealJS.guides.progressive_loading.html
While this works. It is causing the stylesheet to be loaded twice. Once when the page loads and again after the build js file loads.
Is there a way to tell steal that the file is already loaded so that it is not loaded again?