Got an issue where a stompJS-lib was not found, upon which I got the following error message:
Module not found: Error: Can\'t resolve \'net\' in \'/../../../.../
webpack v5 (add to webpack.config.js in module.exports):
resolve: { fallback: { net: false } },