Upon creating a new BrowserWindow and utilizing loadURL to incorporate an html file within the renderer, there is a brief instance where unstyled content is displayed for approximately half a second before the css is loaded.
window.loadURL('file://' + resolve(__dirname, '..', 'static', 'hello-world', 'index.html')
within index.js
import './index.css'