I was trying to run a regular angular 10 web application using my android smartphone when i came across blocking issue while ng serving the application: the ng serve is hanging on copying assets showing: "92% process additional asset copy-webpack-plugin".
Is there a way to force ng serve into throwing an exception or whatever meaningful message so that i could be able to investigate further?
ng serve
hangs up forever at 92% while processing additional asset using copy-webpack-plugin
(Android OS/termux). Below are the details and steps done so far:
angular version:
New application:
Ng serve --verbose
: