Interface: BundleArguments
CLI arguments passed from React Native CLI when running bundle command.
internal
Hierarchy
↳
BundleArguments
Table of contents
Properties
- assetsDest
- bundleOutput
- dev
- entryFile
- json
- minify
- platform
- resetCache
- sourcemapOutput
- stats
- verbose
- webpackConfig
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
Defined in
packages/repack/src/types.ts:37
resetCache
• Optional
resetCache: boolean
Whether to clean any persistent cache.
Inherited from
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
Defined in
packages/repack/src/types.ts:41
webpackConfig
• Optional
webpackConfig: string
Custom path to Webpack config.