Found that the below line is not loading draco_wasm_wrapper.js and draco_decoder.wasm from the specified path, rather it checks and loads from the root node.
you cant fetch from a relative path, this is an xhr fetch request. you can import and require, but every fetch goes at the root. these binaries have to be inside “/public” and the path has to start with “/”. but import { DRACOLoader } from './threejs/jsm/loaders/DRACOLoader.js' looks also really odd. you don’t copy three inside your project folder, you npm install it, and then it’s just import ... from 'three/...'