I have built my React app in ElectronJS.
During development, the app ran perfectly and didn't have any errors fetching the JS/CSS.
However, AFTER compiling, meaning electron-builder compiled successfully and output the EXE file, ElectronJS can't locate the JS/CSS but the index.html loads.
I tried modifying buildResources from guides on other Stackoverflow threads to no avail
It loads the app and it works just like in development

It's a blank white screen and the network logs look like this

npm run electron:build/dist