options.json 338 B

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