Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 677 Bytes

File metadata and controls

45 lines (23 loc) · 677 Bytes

@nrwl/react-native:bundle

Builds the JS bundle.

Options can be configured in angular.json when defining the executor, or when invoking it.

Options

bundleOutput (required)

Type: string

The output path of the generated files.

entryFile (required)

Type: string

The entry file relative to project root.

platform (required)

Type: string

Platform to build for (ios, android).

dev

Default: true

Type: boolean

Generate a development build.

maxWorkers

Type: number

The number of workers we should parallelize the transformer on.

sourceMap

Type: boolean

Whether source maps should be generated or not.