Using webpack 5 to build vue projects throws the error: "Error: module property was removed from Dependency"
My understanding is webpack have removed a monkey-patch that vue is relying on.: https://github.com/webpack/webpack/issues/8537
What options are there for resolving this error?