Alan Agius b3fe50fcde refactor(@angular/ssr): switch from esbuild to rollup for bundling critters/beasties
Esbuild exhibits issues when handling code that is generated and then reprocessed by itself, creating challenges when using it to bundle libraries or library components.

To remove these issues, we've replaced Esbuild with Rollup for bundling `beasties`.

See:  https://github.com/evanw/esbuild/issues/3723
2024-10-28 18:57:05 +01:00
..
2024-10-24 08:37:09 +02:00

Angular SSR

Read the dev guide here.