mirror of https://github.com/webpack/webpack.git
				
				
				
			
		
			
				
	
	
		
			18 lines
		
	
	
		
			702 B
		
	
	
	
		
			JavaScript
		
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			702 B
		
	
	
	
		
			JavaScript
		
	
	
	
| module.exports = [
 | |
| 	[
 | |
| 		/Can't import the named export '2' \(imported as 'c'\) from default-exporting module \(only default export is available\)/
 | |
| 	],
 | |
| 	[
 | |
| 		/Can't import the named export 'aa' \(imported as 'aa'\) from default-exporting module \(only default export is available\)/
 | |
| 	],
 | |
| 	[
 | |
| 		/Can't import the named export 'bb' \(imported as 'bb'\) from default-exporting module \(only default export is available\)/
 | |
| 	],
 | |
| 	[
 | |
| 		/Can't import the named export 'named' \(imported as 'named'\) from default-exporting module \(only default export is available\)/
 | |
| 	],
 | |
| 	[
 | |
| 		/Can't import the named export 'named' \(imported as 'gnamed'\) from default-exporting module \(only default export is available\)/
 | |
| 	]
 | |
| ];
 |