Newer
Older
alert / js / node_modules / babel-loader / lib / schema.json
@Réz István Réz István on 18 Nov 2021 460 bytes first commit
{
  "type": "object",
  "properties": {
    "cacheDirectory": {
      "oneOf": [
        {
          "type": "boolean"
        },
        {
          "type": "string"
        }
      ],
      "default": false
    },
    "cacheIdentifier": {
      "type": "string"
    },
    "cacheCompression": {
      "type": "boolean",
      "default": true
    },
    "customize": {
      "type": "string",
      "default": null
    }
  },
  "additionalProperties": true
}