refactor(compiler-cli): include linker entry-points in NPM package (#40180)

The linker entry-points were not previously exposed in the NPM Bazel
target so they were omitted from the bundle. This commit adds the
necessary entry-points to the compiler-cli's npm_package target.

PR Close #40180
This commit is contained in:
JoostK 2020-12-17 21:15:02 +01:00 committed by Joey Perrott
parent e23fd1f382
commit 382f906948
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ pkg_npm(
],
deps = [
":compiler-cli",
"//packages/compiler-cli/linker",
"//packages/compiler-cli/linker/babel",
"//packages/compiler-cli/ngcc",
"//packages/compiler-cli/src/ngtsc/file_system/testing",
"//packages/compiler-cli/src/ngtsc/logging/testing",