Angular – Esbuild chunk sizes do not match build output when served
I recently switched my Angular app to v18 and moved from webpack to esbuild. However, when comparing my chunk sizes with code splitting, I see the sizes do not make sense.
Angular – esbuild chunk names
I just upgraded an Angular app from v17 to v18, and during the process I made the move from using webpack to now building with esbuild.