angular/packages/bazel/test/ng_package
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
..
example feat(bazel): speed up dev-turnaround by bundling types only when packaging (#45405) 2022-04-21 11:09:39 -07:00
example-with-ts-library feat(bazel): speed up dev-turnaround by bundling types only when packaging (#45405) 2022-04-21 11:09:39 -07:00
BUILD.bazel fix(bazel): do not error if files part of srcs are outside of package (#45622) 2022-04-14 14:58:27 -07:00
common_package.spec.ts build: update packages/bazel/test to work with ESM (#48521) 2022-12-19 19:50:42 +00:00
core_package.spec.ts build: update packages/bazel/test to work with ESM (#48521) 2022-12-19 19:50:42 +00:00
example_package.golden fix(bazel): remove duplicate license banners from FESM bundles (#48560) 2023-01-02 12:16:55 +00:00
example_package.spec.ts build: update packages/bazel/test to work with ESM (#48521) 2022-12-19 19:50:42 +00:00
example_with_ts_library_package.golden fix(bazel): remove duplicate license banners from FESM bundles (#48560) 2023-01-02 12:16:55 +00:00
outside_package.txt fix(bazel): do not error if files part of srcs are outside of package (#45622) 2022-04-14 14:58:27 -07:00
test_utils.ts build: update to jasmine 4.0 (#45558) 2022-04-11 16:25:28 +00:00