mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The `app_bundle` rule does not work after the migration of `packages/compiler` to `ts_project` because the `.mjs` extensions are now missing in the non npm-package output. This causes runtime errors as `.js` is not recognized as ESM. Switching to the real npm package for usage, fixes this issue. PR Close #61566 |
||
|---|---|---|
| .. | ||
| patches | ||
| BUILD.bazel | ||
| esm-extension-loader.mjs | ||
| esm-main-loader.mjs | ||
| esm-node-module-loader.bzl | ||
| esm-node-module-loader.mjs | ||
| index.bzl | ||
| nodejs-rules.bzl | ||