Skip to content

Commit

Permalink
fix(common): fix rollup global name in umd bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg committed May 25, 2018
1 parent a55ced4 commit e2f8bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/packages/rollup-globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ export const rollupGlobals = {
...rollupCdkEntryPoints,
...rollupMcEntryPoints,

rxjs: 'Rx',
'rxjs/operators': 'Rx.operators'
'rxjs': 'rxjs',
'rxjs/operators': 'rxjs.operators'
};

0 comments on commit e2f8bb6

Please sign in to comment.