mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 05:25:15 +01:00 
			
		
		
		
	Given that this bundler is almost a drop-in replacement to webpack, it might be worth switching. So far it seems everything is working, but more testing is needed, so I'm setting draft. - Dev build time is reduced from 10s to 5s - Prod build time is reduced from 16s to 10s - JS output size is reduced from 21.3MB to 19.8MB - CSS output size is increased from 778kB to 818kB
		
			
				
	
	
		
			5 lines
		
	
	
		
			107 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			107 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
declare module '@techknowlogick/license-checker-webpack-plugin' {
 | 
						|
  const plugin: any;
 | 
						|
  export = plugin
 | 
						|
}
 |