Skip to content

Commit 30d373e

Browse files
committed
feat(storage): Fix RxJS operators mapping
1 parent cfbea4c commit 30d373e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const GLOBALS = {
2222
'rxjs/operator/combineLatest': 'Rx.Observable.prototype',
2323
'rxjs/operator/merge': 'Rx.Observable.prototype',
2424
'rxjs/operator/map': 'Rx.Observable.prototype',
25-
'rxjs/operators': 'Rx.Observable.prototype',
25+
'rxjs/operators': 'Rx.operators',
2626
'rxjs/observable/of': 'Rx.Observable',
2727
'rxjs/observable/forkJoin': 'Rx.Observable',
2828
'rxjs/operator/auditTime': 'Rx.Observable.prototype',

0 commit comments

Comments
 (0)