mirror of https://github.com/webpack/webpack.git
				
				
				
			
		
			
	
	
		
			14 lines
		
	
	
		
			274 B
		
	
	
	
		
			JavaScript
		
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			274 B
		
	
	
	
		
			JavaScript
		
	
	
	
| 
								 | 
							
								"use strict";
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								/** @type {import("../../../../").Configuration} */
							 | 
						||
| 
								 | 
							
								module.exports = {
							 | 
						||
| 
								 | 
							
									target: [`async-node${process.versions.node.split(".").map(Number)[0]}`],
							 | 
						||
| 
								 | 
							
									entry: "./index.js",
							 | 
						||
| 
								 | 
							
									experiments: {
							 | 
						||
| 
								 | 
							
										deferImport: true
							 | 
						||
| 
								 | 
							
									},
							 | 
						||
| 
								 | 
							
									optimization: {
							 | 
						||
| 
								 | 
							
										concatenateModules: false
							 | 
						||
| 
								 | 
							
									}
							 | 
						||
| 
								 | 
							
								};
							 |