fix(nx): add outputPath in schema.json for web and node build builders. (#1959)
Related: #1945
This commit is contained in:
parent
3f62cc67bd
commit
930cf40a4a
@ -66,6 +66,12 @@ Type: `boolean`
|
||||
|
||||
Defines the optimization level of the build.
|
||||
|
||||
### outputPath
|
||||
|
||||
Type: `string`
|
||||
|
||||
The output path of the generated files.
|
||||
|
||||
### poll
|
||||
|
||||
Type: `number`
|
||||
|
||||
@ -122,6 +122,12 @@ Possible values: `none`, `all`, `media`, `bundles`
|
||||
|
||||
Define the output filename cache-busting hashing mode.
|
||||
|
||||
### outputPath
|
||||
|
||||
Type: `string`
|
||||
|
||||
The output path of the generated files.
|
||||
|
||||
### polyfills
|
||||
|
||||
Type: `string`
|
||||
|
||||
@ -67,6 +67,12 @@ Type: `boolean`
|
||||
|
||||
Defines the optimization level of the build.
|
||||
|
||||
### outputPath
|
||||
|
||||
Type: `string`
|
||||
|
||||
The output path of the generated files.
|
||||
|
||||
### poll
|
||||
|
||||
Type: `number`
|
||||
|
||||
@ -123,6 +123,12 @@ Possible values: `none`, `all`, `media`, `bundles`
|
||||
|
||||
Define the output filename cache-busting hashing mode.
|
||||
|
||||
### outputPath
|
||||
|
||||
Type: `string`
|
||||
|
||||
The output path of the generated files.
|
||||
|
||||
### polyfills
|
||||
|
||||
Type: `string`
|
||||
|
||||
@ -67,6 +67,12 @@ Type: `boolean`
|
||||
|
||||
Defines the optimization level of the build.
|
||||
|
||||
### outputPath
|
||||
|
||||
Type: `string`
|
||||
|
||||
The output path of the generated files.
|
||||
|
||||
### poll
|
||||
|
||||
Type: `number`
|
||||
|
||||
@ -123,6 +123,12 @@ Possible values: `none`, `all`, `media`, `bundles`
|
||||
|
||||
Define the output filename cache-busting hashing mode.
|
||||
|
||||
### outputPath
|
||||
|
||||
Type: `string`
|
||||
|
||||
The output path of the generated files.
|
||||
|
||||
### polyfills
|
||||
|
||||
Type: `string`
|
||||
|
||||
@ -11,6 +11,10 @@
|
||||
"type": "string",
|
||||
"description": "The name of the Typescript configuration file."
|
||||
},
|
||||
"outputPath": {
|
||||
"type": "string",
|
||||
"description": "The output path of the generated files."
|
||||
},
|
||||
"watch": {
|
||||
"type": "boolean",
|
||||
"description": "Run build when files change.",
|
||||
|
||||
@ -11,6 +11,10 @@
|
||||
"type": "string",
|
||||
"description": "The name of the Typescript configuration file."
|
||||
},
|
||||
"outputPath": {
|
||||
"type": "string",
|
||||
"description": "The output path of the generated files."
|
||||
},
|
||||
"watch": {
|
||||
"type": "boolean",
|
||||
"description": "Enable re-building when files change.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user