mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 22:34:21 +08:00
By setting up a single instance of the `JavaTransformer`, the Vite-based development server will now have a fixed and controllable number of worker threads available to process prebundling requests. This avoids a potentially large number of initial worker threads when a new application with a large number of dependencies is first used with the development server. This is particularly beneficial for web container setups which may not be able to efficiently handle the number of workers.