Angular 18 and SignalR error when building app : [ERROR] Could not resolve “url”, “https”, “http”, “util” from eventsource
In an Angular 18 application, I need to add real-time technology. The chosen technology is SignalR, but I’m having trouble adding the package and getting a successful build. It seems the error is related to the build process, possibly because Angular is no longer using webpack. I don’t know how to fix it. Any thoughts?