mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix Rxjs import in browser
This commit is contained in:
parent
f03996dad6
commit
5109ee6148
@ -29,7 +29,7 @@
|
|||||||
packages: packages,
|
packages: packages,
|
||||||
bundles: {
|
bundles: {
|
||||||
'angular-rxjs.bundle': [
|
'angular-rxjs.bundle': [
|
||||||
'rxjs',
|
'rxjs/Rx.js',
|
||||||
'@angular/common/index.js',
|
'@angular/common/index.js',
|
||||||
'@angular/compiler/index.js',
|
'@angular/compiler/index.js',
|
||||||
'@angular/core/index.js',
|
'@angular/core/index.js',
|
||||||
|
Loading…
Reference in New Issue
Block a user