mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b74b5f0c06
This commit reduces the bundle size of `@angular/core` by 19.5 MB by excluding sourcemaps from the schematics. Since the `esbuild` rule doesn't allow disabling sourcemaps directly, we work around this by setting the sourcemaps to `external`. Afterward, we filter the output to include only the `.js` files. PR Close #57545