mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 12:34:32 +08:00
The Worker thread pool that is used by the JavaScript Transformer within the application builder is now only initialized if there is JavaScript that must be transformed. This removes any overhead associated with the worker pool if no work is required. This is particularly useful when using the development server with caching enabled and all the dependencies have already been prebundled.