angular/packages/bazel/test/ng_package/example
Paul Gschwendtner 68597bb0ca feat(bazel): speed up dev-turnaround by bundling types only when packaging (#45405)
Speeds up the dev-turnaround by only bundling types when packaging. Currently
bundling occurs for all the `ng_module` targets in devmode.

This has various positive benefits:

* Avoidance of this rather slower operation in development
* Makes APF-built packages also handle types for `ts_library` targets consistently.
* Allows us to ensure APF entry-points have `d.ts` _always_ bundled (working with ESM
module resolution in TypeScript -- currently experimental)
* Allows us to remove the secondary `package.json` files from APF (maybe APF v14? - seems
low-impact). This would clean-up the APF even more and fix resolution issues (like in Vite)

PR Close #45405
2022-04-21 11:09:39 -07:00
..
a11y build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
imports build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
secondary feat(bazel): speed up dev-turnaround by bundling types only when packaging (#45405) 2022-04-21 11:09:39 -07:00
_index.scss feat(bazel): allow for custom conditions to be set in ng_package targets (#43764) 2021-10-07 16:50:49 +00:00
arbitrary-npm-package-main.js build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04: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
extra-styles.css build(bazel): add data attr to ng_package (#22919) 2018-03-23 13:16:07 -04:00
index.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
logo.png fix(bazel): ng_package(data) should support non-text files (#32721) 2019-09-17 15:58:42 -07:00
mymodule.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
package.json feat(bazel): allow for custom conditions to be set in ng_package targets (#43764) 2021-10-07 16:50:49 +00:00
some-file.txt feat(bazel): ng_package adds package.json props (#22499) 2018-02-28 13:29:56 -08:00