We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185a6ab commit ce5e8faCopy full SHA for ce5e8fa
packages/common/http/rollup.config.js
@@ -14,7 +14,7 @@ const globals = {
14
'rxjs/Observer': 'Rx',
15
'rxjs/Subject': 'Rx',
16
17
- 'rxjs/observable/of': 'Rx.Observable.prototype',
+ 'rxjs/observable/of': 'Rx.Observable',
18
19
'rxjs/operator/concatMap': 'Rx.Observable.prototype',
20
'rxjs/operator/filter': 'Rx.Observable.prototype',
0 commit comments