123456789101112131415161718 |
- {
- "type": "object",
- "additionalProperties": true,
- "properties": {
- "filename": {
- "type": "string"
- },
- "chunkFilename": {
- "type": "string"
- },
- "moduleFilename": {
- "instanceof": "Function"
- },
- "ignoreOrder": {
- "type": "boolean"
- }
- }
- }
|