Skip to main content
Version: 3x

Interface: CommonArguments

Common CLI arguments that are used across all commands.

Hierarchy

Table of contents

Properties

Properties

platform

platform: string

Target application platform.

Defined in

packages/repack/src/types.ts:37


resetCache

Optional resetCache: boolean

Whether to clean any persistent cache.

Defined in

packages/repack/src/types.ts:39


verbose

Optional verbose: boolean

Whether to log additional debug messages.

Defined in

packages/repack/src/types.ts:41


webpackConfig

Optional webpackConfig: string

Custom path to Webpack config.

Defined in

packages/repack/src/types.ts:43