mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
The stylesheet related plugins for the esbuild-based browser application builder will now cache intermediate load results when in watch mode. This reduces the potential amount of processing needed during a rebuild for both `ng build --watch` and `ng serve`.