options.json 188 B

12345678910
  1. {
  2. "title": "Source Map Loader options",
  3. "type": "object",
  4. "additionalProperties": false,
  5. "properties": {
  6. "filterSourceMappingUrl": {
  7. "instanceof": "Function"
  8. }
  9. }
  10. }