UNPKG

babel-loader

Version:
40 lines (39 loc) 648 B
{ "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 }