mirror of https://github.com/webpack/webpack.git
				
				
				
			
		
			
	
	
		
			10 lines
		
	
	
		
			299 B
		
	
	
	
		
			JavaScript
		
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			299 B
		
	
	
	
		
			JavaScript
		
	
	
	
|  | const { HotModuleReplacementPlugin } = require("../../../../"); | ||
|  | 
 | ||
|  | /** @type {import("../../../../").Configuration} */ | ||
|  | module.exports = { | ||
|  | 	devtool: false, | ||
|  | 	experiments: { topLevelAwait: true }, | ||
|  | 	optimization: { usedExports: false, sideEffects: false }, | ||
|  | 	plugins: [new HotModuleReplacementPlugin()] | ||
|  | }; |