Home > @rushstack/module-minifier > IModuleMinificationSuccessResult
IModuleMinificationSuccessResult interface
Result from the minifier on a successful minification.
Signature:
export interface IModuleMinificationSuccessResult
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | The minified code. | ||
undefined | The error property being | ||
string | Identity of the request | ||
RawSourceMap | (Optional) Marker property to always return the same result shape. |