mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
As of v13, the package output will be using partial compilation output. This breaks the Bazel setup similar to how it breaks Angular Components. The problem is that `@bazel/concatjs` relies heavily on the UMD files that previously existed in APF, plus it assumed that ngcc pre-processed the files in the `node_modules`. This is no longer the case as there are no UMD files, and the code is not fully-compiled by the Angular compiler. PR Close #43431 |
||
|---|---|---|
| .. | ||
| src | ||
| test/e2e | ||
| tools | ||
| .bazelignore | ||
| .bazelrc | ||
| .bazelversion | ||
| BUILD.bazel | ||
| package.json | ||
| protractor.conf.js | ||
| WORKSPACE | ||
| yarn.lock | ||