build(docs-infra): remove unnecessary workaround for RxJS in ng-packages-installer
(#28510)
Since b43f8bc7d
, RxJS does not need to be patched any more in the
top-level `node_modules/`, so we don't need to special-case RxJS in
`ng-package-installer` and use `node_modules/rxjs/`.
PR Close #28510
This commit is contained in:

committed by
Misko Hevery

parent
47f5b5f2d4
commit
d9efacc07e
@ -166,11 +166,6 @@ class NgPackagesInstaller {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// FIXME: Temporarily use RxJS from root `node_modules/`.
|
|
||||||
if (peerDependencies.rxjs) {
|
|
||||||
peerDependencies.rxjs = `file:${ANGULAR_ROOT_DIR}/node_modules/rxjs`;
|
|
||||||
}
|
|
||||||
|
|
||||||
return [mergedDependencies, peerDependencies];
|
return [mergedDependencies, peerDependencies];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user