I'm working on a Marketing Page which I can only deploy using personalisation via Adobe Target.
I know this isn't the best environment to run things like Three.JS in. But I'm still trying to make this work.
So I have a React App in which I'm using GSAP and ThreeJS and React Three Fiber to render a 3d Model in OBJ format.
Everything works on my local.
But once I build the App and deploy the generated JS using Custom Code via Adobe Target, I get this error:

There are no errors on my local and everything works and builds without any issues.
What could be the issue here? And is it even possible to do something like this in Adobe Target?