mirror of https://github.com/webpack/webpack.git
				
				
				
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			437 B
		
	
	
	
		
			JavaScript
		
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			437 B
		
	
	
	
		
			JavaScript
		
	
	
	
| module.exports = [
 | |
| 	[
 | |
| 		/Can't import the named export 'data' \(imported as 'data'\) from default-exporting module \(only default export is available\)/
 | |
| 	],
 | |
| 	[
 | |
| 		/Can't import the named export 'data' \(imported as 'data'\) from default-exporting module \(only default export is available\)/
 | |
| 	],
 | |
| 	[
 | |
| 		/Can't import the named export 'data' \(reexported as 'data'\) from default-exporting module \(only default export is available\)/
 | |
| 	]
 | |
| ];
 |