I’m relatively new to three js and npm. My project is set up in such a way that I have to compile the source every time in order to look at the dist. That makes development and debugging very tedious, are there better approaches than the one I use?
Well, what tools do you use. It should all be relatively straight forward with parcel, webpack, etc. Dist is only for publishing, it gets built. But plain debugging, you just start your dev server and that’s that. Really try parcel, i guess that’s the easiest. You also do not need to change any imports in examples/jsm.