mirror of https://github.com/webpack/webpack.git
add absolutePath to records paths
This commit is contained in:
parent
56a26f3847
commit
890db7edc3
|
|
@ -828,11 +828,13 @@
|
||||||
},
|
},
|
||||||
"recordsInputPath": {
|
"recordsInputPath": {
|
||||||
"description": "Store compiler state to a json file.",
|
"description": "Store compiler state to a json file.",
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"absolutePath": true
|
||||||
},
|
},
|
||||||
"recordsOutputPath": {
|
"recordsOutputPath": {
|
||||||
"description": "Load compiler state from a json file.",
|
"description": "Load compiler state from a json file.",
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"absolutePath": true
|
||||||
},
|
},
|
||||||
"recordsPath": {
|
"recordsPath": {
|
||||||
"description": "Store/Load compiler state from/to a json file. This will result in persistent ids of modules and chunks. An absolute path is expected. `recordsPath` is used for `recordsInputPath` and `recordsOutputPath` if they left undefined.",
|
"description": "Store/Load compiler state from/to a json file. This will result in persistent ids of modules and chunks. An absolute path is expected. `recordsPath` is used for `recordsInputPath` and `recordsOutputPath` if they left undefined.",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue