Interface: BundleArguments

CLI arguments passed from React Native CLI when running bundle command.

internal

Hierarchy

Table of contents

Properties

Properties

assetsDest

Optional assetsDest: string

Defined in

packages/repack/src/types.ts:52


bundleOutput

bundleOutput: string

Defined in

packages/repack/src/types.ts:57


dev

dev: boolean

Defined in

packages/repack/src/types.ts:56


entryFile

entryFile: string

Defined in

packages/repack/src/types.ts:53


json

Optional json: string

Defined in

packages/repack/src/types.ts:54


minify

Optional minify: boolean

Defined in

packages/repack/src/types.ts:55


platform

platform: string

Target application platform.

Inherited from

CommonArguments.platform

Defined in

packages/repack/src/types.ts:37


resetCache

Optional resetCache: boolean

Whether to clean any persistent cache.

Inherited from

CommonArguments.resetCache

Defined in

packages/repack/src/types.ts:39


sourcemapOutput

Optional sourcemapOutput: string

Defined in

packages/repack/src/types.ts:59


stats

Optional stats: string

Defined in

packages/repack/src/types.ts:62


verbose

Optional verbose: boolean

Whether to log additional debug messages.

Inherited from

CommonArguments.verbose

Defined in

packages/repack/src/types.ts:41


webpackConfig

Optional webpackConfig: string

Custom path to Webpack config.

Inherited from

CommonArguments.webpackConfig

Defined in

packages/repack/src/types.ts:43