mirror of https://github.com/webpack/webpack.git
				
				
				
			
		
			
	
	
		
			10 lines
		
	
	
		
			154 B
		
	
	
	
		
			JavaScript
		
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			154 B
		
	
	
	
		
			JavaScript
		
	
	
	
| 
								 | 
							
								"use strict";
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/** @type {import("../../../../").Configuration} */
							 | 
						||
| 
								 | 
							
								module.exports = {
							 | 
						||
| 
								 | 
							
									target: "node",
							 | 
						||
| 
								 | 
							
									optimization: {
							 | 
						||
| 
								 | 
							
										concatenateModules: false
							 | 
						||
| 
								 | 
							
									}
							 | 
						||
| 
								 | 
							
								};
							 |