I wanted to run https://github.com/m1dugh/native-sound-mixer in an electron app.
Of course, since this uses a native module, you cannot use this in the main process. But for some reason it would not work in my render process, I got errors of webpack unable to find and load the module. This was due in part to the asset relocator. I had to switch back to @marshallofsound/webpack-asset-relocator-loader.
Bear in mind my config comes from a somewhat older electron config and has typescript support enabled.