angular/packages/bazel/test
Alan Agius 82d0998968 fix(bazel): remove duplicate license banners from FESM bundles (#48560)
Prior to this change the FESM bundles for the FW packages have the license banner duplicated hundreds of times in each published file.

With this change we remove all the banners from the individual input files. A new banner will be appended at the top of the FESM using rollup's banner option.

While there is a rollup plugin on NPM to strip these banners (https://github.com/mjeanroy/rollup-plugin-strip-banner) we could not use this as it does not support `.mjs`.

PR Close #48560
2023-01-02 12:16:55 +00:00
..
ng_package fix(bazel): remove duplicate license banners from FESM bundles (#48560) 2023-01-02 12:16:55 +00:00
ngc-wrapped build: make devmode a noop and ensure it never runs (#48521) 2022-12-19 19:50:45 +00:00
types_bundle test: add test for new types_bundle rule from Angular bazel package (#45405) 2022-04-21 11:09:39 -07:00