Interface: CliOptions

Holds all information used by {@link parseCliOptions}.

internal

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

Name Type
reactNativePath string
root string
webpackConfigPath string

Defined in

packages/repack/src/types.ts:90