Approximate size contribution of a single dependency to the final bundle.

Returned as part of BundleSize.dependencySizes.

interface DependencySize {
    approximateSize: number;
    name: string;
}

Properties

approximateSize: number

Approximate size contribution in bytes

name: string

Dependency package name