mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	dependencies: Upgrade to webpack-bundle-tracker 1.0.0-alpha.1.
This also seems unmaintained, but is, at least, released. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							738532ba51
						
					
				
				
					commit
					3c41db7f1a
				
			@@ -1,16 +0,0 @@
 | 
			
		||||
import {Plugin} from "webpack";
 | 
			
		||||
 | 
			
		||||
declare namespace BundleTracker {
 | 
			
		||||
    interface Options {
 | 
			
		||||
        path?: string;
 | 
			
		||||
        filename?: string;
 | 
			
		||||
        publicPath?: string;
 | 
			
		||||
        logTime?: boolean;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
declare class BundleTracker extends Plugin {
 | 
			
		||||
    constructor(options?: BundleTracker.Options);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
export = BundleTracker;
 | 
			
		||||
		Reference in New Issue
	
	Block a user