UNPKG
@nx/gatsby
Version:
latest (16.1.1)
next (16.0.0-beta.4)
16.1.1
16.0.0
16.0.0-beta.4
16.0.0-beta.3
16.0.0-beta.2
16.0.0-beta.1
Gatsby Plugin for Nx
nx.dev
nrwl/nx-labs
@nx/gatsby
/
src
/
executors
/
build
/
schema.d.ts
9 lines
(8 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
GatsbyPluginBuilderSchema
{
prefixPaths
?:
boolean
;
uglify
?:
boolean
;
profile
?:
boolean
;
openTracingConfigFile
?:
string
;
graphqlTracing
?:
boolean
;
color
?:
boolean
; }