mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 20:52:06 +08:00
The Vite-based development server that is used with the esbuild-based builders (`application`/`browser-esbuild`) will show an error overlay when the application build encounters an error. This overlay previously provided a suggestion to edit the `vite.config.js` configuration file to disable the error overlay. Since Vite usage is encapsulated within the Angular CLI, this suggestion is unactionable and may lead to user confusion due to no Vite configuration file being present within the project nor would creating one have an effect on the build process.