Options

assetsDest

string

Directory name where to store assets referenced in the bundle.

bundleOutput

Required
string

The output path of the generated files.

dev

boolean
Default: true

Generate a development build.

entryFile

Required
string

The entry file relative to project root.

minify

boolean

Allows overriding whether bundle is minified.

maxWorkers

number

The number of workers we should parallelize the transformer on.

platform

Required
string
Accepted values: ios, android

Platform to build for.

resetCache

boolean
Default: false

Removes cached files.

readGlobalCache

boolean
Default: false

Removes cached files.

sourcemapOutput

string

File name where to store the sourcemap file for resulting bundle, ex. /tmp/groups.map.

sourcemapSourcesRoot

string

Path to make sourcemaps sources entries relative to, ex. /root/dir.

sourcemapUseAbsolutePath

boolean
Default: false

Report SourceMapURL using its full path.

transformer

string

Specify a custom transformer to be used.