0👍
✅
After doing some research I realized only .obj files were giving me the error (3D model files). So I found this answer which finally solved the issue:
Three.js Loading .OBJ error in Azure but not Locally
0👍
Static copys the files to /dist
. Yes It works with webpack dev server
Example: You have a png file in the static folder.
The url is hostname/image.png
insted of hostname/static.png
Source:stackexchange.com