BREAKING CHANGE: Each plugin is expected to return an async function or a Promise returning function. The callback parameter is not passed to plugins anymore.
		
			
				
	
	
		
			2 lines
		
	
	
		
			71 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
		
			71 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = (pluginConfig, options) => ({pluginConfig, options});
 |