We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978f97c commit 2639b4bCopy full SHA for 2639b4b
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