executors
@nrwl/next:export
Export a Next.js application. The exported application is located at dist/$outputPath/exported
.
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 playground
This is an example of what the properties looks like and their values. Go ahead and try, test your configuration this is a live-edit window, you can interact directly and get intellisense on property's values.
Loading...
Options
buildTarget
string
Target which builds the application
buildLibsFromSource
boolean
Default:
true
Read buildable libraries from source instead of building them separately.
silent
boolean
Default:
false
Hide progress or not (default is false
)
threads
number
Number of worker threads to utilize (defaults to the number of CPUs)