mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 09:47:31 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			171 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			171 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import * as webpack from 'webpack';
 | 
						|
 | 
						|
export function webpackIgnore(regexp) {
 | 
						|
  return new webpack.NormalModuleReplacementPlugin(regexp, require.resolve('lodash.noop'));
 | 
						|
}
 |