Home > @rushstack/module-minifier-plugin > IAssetMap
IAssetMap type
A map from file names to dehydrated assets
Signature:
export declare type IAssetMap = Map<string, IAssetInfo>;
References: IAssetInfo
Home > @rushstack/module-minifier-plugin > IAssetMap
A map from file names to dehydrated assets
Signature:
export declare type IAssetMap = Map<string, IAssetInfo>;
References: IAssetInfo