mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 12:34:32 +08:00
Similar to how the Webpack-based `browser` builder only shows the output files that have changed during watch mode (including `ng serve`), the esbuild-based builders will now also only show changed files. For large applications, this can greatly reduce the amount of text shown in the console when actively developing in watch mode.