plugin-options.json 292 B

123456789101112131415161718
  1. {
  2. "type": "object",
  3. "additionalProperties": true,
  4. "properties": {
  5. "filename": {
  6. "type": "string"
  7. },
  8. "chunkFilename": {
  9. "type": "string"
  10. },
  11. "moduleFilename": {
  12. "instanceof": "Function"
  13. },
  14. "ignoreOrder": {
  15. "type": "boolean"
  16. }
  17. }
  18. }