Hi Barry thank you for your extensive reply. I just re read my question and found it was a mess so I am going to re ask since I dont think it was understood fully.
Basically I made an app in just react WITHOUT webpack. The boiler plate “react” that twitch has includes webpack which runs alot differently than base react especially when you run “npm run build”. This is the reason for my question. I AM RUNNING BASE REACT on my machine meaning i ran the command “npx create-react-app exampleTwitchExtension”. The problem with this is when you go to build the project with “npm run build” it will add inline javascript and "/"s in the html file of the build.
So let me re formulate my question. Is it possible to build my react project without the inline javascript. I can just delete the "/"s that it makes but is there some type of twitch npm package that allows me to build my project without the "/"s and without using webpack. I’d hate to have to rewrite this whole application in plain javascript html and css id be creating my own framework and build methods in the end anyways.
I really appreciate the reply though and I do notice you are active on these forums a lot which I am very thankful for.