Is it possible to create an extension for twitch without webpack?

Ok I will join, in other news I have solved the problem by adding these two things to my package.json file
{
“version”: “0.1.0”,
“homepage”: “./”,

}

“build”: “set “INLINE_RUNTIME_CHUNK=false” && react-scripts build”,

for anyone else having this issue