Skip to content

Commit 201347d

Browse files
wagnermacielprofanis
authored andcommitted
fix(dev-infra): fix broken zone.js substitution for dev-infra:npm_package (angular#38026)
* fix substitution that was broken by PR angular#36540 to match the new import path PR Close angular#38026
1 parent b097c9b commit 201347d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-infra/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pkg_npm(
4848
"//dev-infra/": "@npm_angular_dev_infra_private//",
4949
"//packages/benchpress": "@npm//@angular/benchpress",
5050
"//packages/bazel/": "@npm_angular_bazel//",
51-
"//packages/zone.js/dist:zone.js": "@npm//:node_modules/zone.js/dist/zone.js",
51+
"//packages/zone.js/bundles:zone.umd.js": "@npm//:node_modules/zone.js/dist/zone.js",
5252
"//packages/core": "@npm//@angular/core",
5353
"//packages/platform-browser": "@npm//@angular/platform-browser",
5454

0 commit comments

Comments
 (0)