Home > @rushstack/heft > IBuildStageProperties
IBuildStageProperties interface
Signature:
export interface IBuildStageProperties
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
emitExtensionForTests? | '.js' | '.cjs' | '.mjs' | (BETA) (Optional) | |
emitFolderNameForTests? | string | (BETA) (Optional) | |
isTypeScriptProject? | boolean | (BETA) (Optional) | |
lite | boolean | ||
locales? | ReadonlyArray<string> | (Optional) | |
maxOldSpaceSize? | string | (Optional) | |
production | boolean | ||
serveMode | boolean | ||
watchMode | boolean | ||
webpackStats? | unknown | (Optional) |