fix(platform-browser): fix rollup config
This commit is contained in:
parent
0cb93a436d
commit
f4b972815b
@ -7,6 +7,7 @@ export default {
|
|||||||
globals: {
|
globals: {
|
||||||
'@angular/core': 'ng.core',
|
'@angular/core': 'ng.core',
|
||||||
'@angular/common': 'ng.common',
|
'@angular/common': 'ng.common',
|
||||||
|
'@angular/compiler': 'ng.compiler',
|
||||||
'rxjs/Subject': 'Rx',
|
'rxjs/Subject': 'Rx',
|
||||||
'rxjs/observable/PromiseObservable': 'Rx', // this is wrong, but this stuff has changed in rxjs b.6 so we need to fix it when we update.
|
'rxjs/observable/PromiseObservable': 'Rx', // this is wrong, but this stuff has changed in rxjs b.6 so we need to fix it when we update.
|
||||||
'rxjs/operator/toPromise': 'Rx.Observable.prototype',
|
'rxjs/operator/toPromise': 'Rx.Observable.prototype',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user