angular-cli icon indicating copy to clipboard operation
angular-cli copied to clipboard

perf(@angular-devkit/build-angular): use worker pool for JavaScript transforms in esbuild builder

Open clydin opened this issue 3 years ago • 0 comments

When using the experimental esbuild-based browser application builder, the JavaScript transformation steps of the build process will now be performed within a worker pool to allow for the steps to be executed in parallel when possible. This also moves the steps off of the main thread which provides more time for the build orchestration and esbuild integration code to execute.

clydin avatar Nov 17 '22 17:11 clydin