Skip to content

Commit cefd686

Browse files
committed
abe9691 build: remove unnecessary feature detection that breaks with shared chunks (#60825)
1 parent 2d72760 commit cefd686

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

BUILD_INFO

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Wed Apr 9 22:48:00 UTC 2025
2-
36ae560765ab5a7e1b121b0ca3e6c1e8e77cc34b
1+
Thu Apr 10 14:25:45 UTC 2025
2+
abe96914f589ef236dffbd4f6f6bf27ff4f7e80b

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/bazel",
3-
"version": "20.0.0-next.6+sha-36ae560",
3+
"version": "20.0.0-next.6+sha-abe9691",
44
"description": "Angular - bazel build rules",
55
"author": "angular",
66
"license": "MIT",
@@ -27,7 +27,7 @@
2727
"tslib": "^2.3.0"
2828
},
2929
"peerDependencies": {
30-
"@angular/compiler-cli": "20.0.0-next.6+sha-36ae560",
30+
"@angular/compiler-cli": "20.0.0-next.6+sha-abe9691",
3131
"@bazel/concatjs": "^5.3.0",
3232
"@bazel/worker": "^5.3.0",
3333
"@rollup/plugin-commonjs": "^28.0.0",

src/ng_package/ng_package.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ WELL_KNOWN_EXTERNALS = [
8585
"@angular/common/upgrade",
8686
"@angular/compiler",
8787
"@angular/core",
88+
"@angular/core/rxjs-interop",
8889
"@angular/core/testing",
8990
"@angular/elements",
9091
"@angular/forms",

0 commit comments

Comments
 (0)