If an "empty" file (like angular2/template.js) is imported it is auto-detected as the one using "global" format by the system builder. This is incorrect as the entire angular2 build output is in the ES6 format. Removing empty import till it has some content. Closes #1329
		
			
				
	
	
		
			6 lines
		
	
	
		
			146 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			146 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| export * from './change_detection';
 | |
| export * from './core';
 | |
| export * from './annotations';
 | |
| export * from './directives';
 | |
| export * from './forms';
 |