mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 18:43:42 +08:00
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