babel-loader
Version:
babel module loader for webpack
40 lines (39 loc) • 648 B
JSON
{
"title": "Babel Loader options",
"type": "object",
"properties": {
"cacheDirectory": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "string"
}
],
"default": false
},
"cacheIdentifier": {
"type": "string"
},
"cacheCompression": {
"type": "boolean",
"default": true
},
"customize": {
"anyOf": [
{
"type": "null"
},
{
"type": "string"
}
],
"default": null
},
"metadataSubscribers": {
"type": "array"
}
},
"additionalProperties": true
}