Charles Lyding d641c94508 refactor(@angular-devkit/build-angular): lazily initialize JS transformer worker pool
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.
2023-10-31 08:58:54 +01:00
..