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:
Anders Kaseorg
2021-03-16 19:11:41 -07:00
committed by Tim Abbott
parent 738532ba51
commit 3c41db7f1a
7 changed files with 63 additions and 66 deletions

View File

@@ -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;