0cd000d29abda4d72cba1749bf9bb00e48f3efba597c38965e41c9090ca23c1eb7ca3ccb5be5f806a8b0a0d3d87298f552524123c0745b54043ab0ea666af0 432 B

12345678910111213141516171819202122
  1. {
  2. "additionalProperties": true,
  3. "properties": {
  4. "publicPath": {
  5. "anyOf": [
  6. {
  7. "type": "string"
  8. },
  9. {
  10. "instanceof": "Function"
  11. }
  12. ]
  13. },
  14. "esModule": {
  15. "type": "boolean"
  16. }
  17. },
  18. "errorMessages": {
  19. "publicPath": "should be {String} or {Function} (https://github.com/webpack-contrib/mini-css-extract-plugin#publicpath)"
  20. },
  21. "type": "object"
  22. }