You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
439 B

4 years ago
  1. {
  2. "type": "object",
  3. "additionalProperties": false,
  4. "properties": {
  5. "allChunks": {
  6. "type": "boolean"
  7. },
  8. "disable": {
  9. "type": "boolean"
  10. },
  11. "omit": {
  12. "type": "boolean"
  13. },
  14. "remove": {
  15. "type": "boolean"
  16. },
  17. "fallback": {
  18. "type": ["string", "array", "object"]
  19. },
  20. "filename": {
  21. "type": "string"
  22. },
  23. "use": {
  24. "type": ["string", "array", "object"]
  25. },
  26. "publicPath": {
  27. "type": "string"
  28. }
  29. }
  30. }