Home > @rushstack/module-minifier > IModuleMinificationErrorResult
IModuleMinificationErrorResult interface
Result from the minifier function when an error is encountered.
Signature:
export interface IModuleMinificationErrorResult
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
undefined | (Optional) Marker property to always return the same result shape. | ||
Error | The error encountered, to be added to the current compilation's error collection. | ||
string | Identity of the request | ||
undefined | (Optional) Marker property to always return the same result shape. |