build: reference zone.js from source directly instead of npm. (#33046)
Close #32482 PR Close #33046
This commit is contained in:
@ -28,8 +28,8 @@ ts_library(
|
||||
"//packages/platform-server",
|
||||
"//packages/private/testing",
|
||||
"//packages/router",
|
||||
"//packages/zone.js/lib:zone_d_ts",
|
||||
"@npm//rxjs",
|
||||
"@npm//zone.js",
|
||||
],
|
||||
)
|
||||
|
||||
@ -38,10 +38,10 @@ jasmine_node_test(
|
||||
bootstrap = ["angular/tools/testing/init_node_spec.js"],
|
||||
deps = [
|
||||
":acceptance_lib",
|
||||
"//packages/zone.js/lib:zone_d_ts",
|
||||
"//tools/testing:node",
|
||||
"@npm//base64-js",
|
||||
"@npm//source-map",
|
||||
"@npm//zone.js",
|
||||
],
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user