mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-20 21:42:38 +08:00
The experimental esbuild-based browser application builder will now support incremental JavaScript bundling when run in watch mode via the `watch` option. This initial implementation integrates the esbuild incremental rebuild functionality. TypeScript source file caching has also been added to improve the rebuild initialization time for the TypeScript and Angular compilation steps. This initial support is not yet fully optimized and additional work is planned to further improve the rebuild performance.