@nrwl/react-native:bundle
JS Bundle target options.
Options can be configured in project.json
when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/configuration/projectjson#targets.
Options
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.
maxWorkers
number
The number of workers we should parallelize the transformer on.
platform
Required
string
Platform to build for (ios
, android
).
sourceMap
boolean
Whether source maps should be generated or not.