RoadmapShopEvents
Skip to main content

Home > @rushstack/heft > IBundleSubstageProperties

IBundleSubstageProperties interface

Signature:

export interface IBundleSubstageProperties 

Properties

PropertyModifiersTypeDescription
webpackConfiguration?unknown(Optional) The configuration used by the Webpack plugin. This must be populated for Webpack to run. If webpackConfigFilePath is specified, this will be populated automatically with the exports of the config file referenced in that property.
webpackDevServerVersion?string | undefined(Optional) If webpack is used, this will be set to the version of the webpack-dev-server package
webpackVersion?string | undefined(Optional) If webpack is used, this will be set to the version of the webpack package