Home > @rushstack/module-minifier-plugin > IDehydratedAssets
IDehydratedAssets interface
The set of data remaining to rehydrate in the current compilation
Signature:
export interface IDehydratedAssets
Properties
Property | Type | Description |
---|---|---|
assets | IAssetMap | The set of remaining assets to rehydrate. Each tap may remove some or all assets from this collection |
modules | IModuleMap | The set of modules to use for rehydrating assets. |