I’m currently trying to deploy a site build with react/TS/sass for the front end. I’m having some issues with the main file in the build on netlify. Locally the site complies just fine, but when I compile on the site the webpack can’t seem to find my index.tsx file. I’ve done some troubleshooting but am at a loss on where I’m going wrong. I think it’s with my webpack & finding the relevant path for the file but I don’t know how to fix that. right now there is no server, if I need to have a small server to give the static version of the HTML, i had it running for a local host but with some troubleshooting found it unneeded to deploy. if I’m wrong on the sever not being needed too let me know.