mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
In the `deploy-docs-site` GitHub action, esbuild fails to resolve `pnpapi` during the bundling process. This is because `pnpapi` is a dependency that is available in the Node.js environment at runtime and should not be bundled. This commit marks `pnpapi` as an external dependency for esbuild to prevent it from being bundled and resolve the build failure. ``` ✘ [ERROR] Could not resolve "pnpapi" [plugin bazel-sandbox] ``` See: https://github.com/angular/angular/pull/63722#issuecomment-3278922553 PR Close #63723 |
||
|---|---|---|
| .. | ||
| actions | ||
| ISSUE_TEMPLATE | ||
| workflows | ||
| angular-robot.yml | ||
| ISSUE_TEMPLATE.md | ||
| PULL_REQUEST_TEMPLATE.md | ||