| 
									
										
										
										
											2016-08-30 18:07:40 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | export default { | 
					
						
							|  |  |  |   entry: '../../../dist/packages-dist/http/testing/index.js', | 
					
						
							|  |  |  |   dest: '../../../dist/packages-dist/http/bundles/http-testing.umd.js', | 
					
						
							|  |  |  |   format: 'umd', | 
					
						
							|  |  |  |   moduleName: 'ng.http.testing', | 
					
						
							|  |  |  |   globals: { | 
					
						
							|  |  |  |     '@angular/core': 'ng.core', | 
					
						
							|  |  |  |     '@angular/compiler': 'ng.compiler', | 
					
						
							|  |  |  |     '@angular/platform-browser': 'ng.platformBrowser', | 
					
						
							|  |  |  |     '@angular/http': 'ng.http', | 
					
						
							|  |  |  |     'rxjs/Observable': 'Rx', | 
					
						
							| 
									
										
										
										
											2016-08-30 12:13:38 -07:00
										 |  |  |     'rxjs/ReplaySubject': 'Rx', | 
					
						
							|  |  |  |     'rxjs/Subject': 'Rx', | 
					
						
							|  |  |  |     'rxjs/operator/take': 'Rx.Observable.prototype' | 
					
						
							| 
									
										
										
										
											2016-08-30 18:07:40 -07:00
										 |  |  |   } | 
					
						
							|  |  |  | } |