Home > @rushstack/module-minifier > IModuleMinificationRequest
IModuleMinificationRequest interface
Request to the minifier
Signature:
export interface IModuleMinificationRequest
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | The raw code fragment | ||
string[] | undefined | Reserved variable names, e.g. __WEBPACK_EXTERNAL_MODULE_1__ | ||
string | Identity of the request. Will be included in the response. | ||
string | undefined | File name to show for the source code in the source map |