Charles Lyding 660bb0a85a fix(@angular-devkit/build-angular): avoid repeat error clear in vite development server
In the Vite-based development server, an error overlay is requested if a build encounters
an error. This error is then cleared when the error is corrected. However, the flag indicating
that the error was cleared was not previously reset. This resulted in additional empty update
commands being sent to the Vite client. While this has no visual effect, it is unneeded additional
processing.
2023-10-18 15:05:06 -04:00
..
2023-08-04 14:49:14 -04:00
2023-02-16 14:59:40 +00:00