mirror of https://github.com/webpack/webpack.git
				
				
				
			
		
			
	
	
		
			12 lines
		
	
	
		
			251 B
		
	
	
	
		
			JavaScript
		
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			251 B
		
	
	
	
		
			JavaScript
		
	
	
	
|  | /* | ||
|  | 	MIT License http://www.opensource.org/licenses/mit-license.php
 | ||
|  | */ | ||
|  | 
 | ||
|  | "use strict"; | ||
|  | 
 | ||
|  | const ObjectMiddleware = require("../serialization/ObjectMiddleware"); | ||
|  | 
 | ||
|  | module.exports = Constructor => { | ||
|  | 	ObjectMiddleware.registerNotSerializable(Constructor); | ||
|  | }; |