Concatenate esbuild output chunks
I am trying the new Angular CLI esbuild builder, and it outputs hundreds of chunks, some of them only a few bytes long. The older webpack-based builder, with commonChunk
flag set to false, just emits about 30 files.