Skip to main content
Version: 3x

Interface: CliOptions

Holds all information used by parseCliOptions.

Table of contents

Properties

Properties

arguments

arguments: { bundle: BundleArguments } | { start: StartArguments }

Defined in

packages/repack/src/types.ts:96


command

command: "bundle" | "start"

Defined in

packages/repack/src/types.ts:95


config

config: Object

Type declaration

NameType
reactNativePathstring
rootstring
webpackConfigPathstring

Defined in

packages/repack/src/types.ts:90