Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit ae96d7e

Browse files
committed
build: fix rollup global name in umd bundle
* Equivalent commit to angular/components#11413
1 parent 9689207 commit ae96d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/package-tools/rollup-globals.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ export const rollupGlobals = {
4545
// Include secondary entry-points of the cdk and material packages
4646
...rollupFlexLayoutEntryPoints,
4747

48-
'rxjs': 'Rx',
49-
'rxjs/operators': 'Rx.operators',
48+
'rxjs': 'rxjs',
49+
'rxjs/operators': 'rxjs.operators',
5050
};

0 commit comments

Comments
 (0)