Craigory V Coppola a1ccc87a07
docs(misc): documentation headers should include collectionName for searchability (#6451)
Signed-off-by: AgentEnder <craigorycoppola@gmail.com>
2021-07-21 11:40:59 -04:00

48 lines
698 B
Markdown

# @nrwl/gatsby:build
Build a Gatsby app
Options can be configured in `angular.json` when defining the executor, or when invoking it.
## Options
### color
Default: `true`
Type: `boolean`
Enable colored terminal output.
### graphqlTracing
Type: `boolean`
Trace every graphql resolver, may have performance implications.
### openTracingConfigFile
Type: `string`
Tracer configuration file (OpenTracing compatible).
### prefixPaths
Type: `boolean`
Build site with link paths prefixed (set pathPrefix in your config).
### profile
Type: `boolean`
Build site with react profiling.
### uglify
Default: `true`
Type: `boolean`
Build site without uglifying JS bundles (true by default).