|
569 | 569 | }, |
570 | 570 | "exclude": { |
571 | 571 | "allOf": [ |
572 | | - {"$ref": "#/definitions/ruleSet-condition"}, |
573 | | - {"absolutePath": true} |
| 572 | + { |
| 573 | + "$ref": "#/definitions/ruleSet-condition" |
| 574 | + }, |
| 575 | + { |
| 576 | + "absolutePath": true |
| 577 | + } |
574 | 578 | ] |
575 | 579 | }, |
576 | 580 | "include": { |
577 | 581 | "allOf": [ |
578 | | - {"$ref": "#/definitions/ruleSet-condition"}, |
579 | | - {"absolutePath": true} |
| 582 | + { |
| 583 | + "$ref": "#/definitions/ruleSet-condition" |
| 584 | + }, |
| 585 | + { |
| 586 | + "absolutePath": true |
| 587 | + } |
580 | 588 | ] |
581 | 589 | }, |
582 | 590 | "issuer": { |
583 | 591 | "allOf": [ |
584 | | - {"$ref": "#/definitions/ruleSet-condition"}, |
585 | | - {"absolutePath": true} |
| 592 | + { |
| 593 | + "$ref": "#/definitions/ruleSet-condition" |
| 594 | + }, |
| 595 | + { |
| 596 | + "absolutePath": true |
| 597 | + } |
586 | 598 | ] |
587 | 599 | }, |
588 | 600 | "loader": { |
|
613 | 625 | }, |
614 | 626 | "resource": { |
615 | 627 | "allOf": [ |
616 | | - {"$ref": "#/definitions/ruleSet-condition"}, |
617 | | - {"absolutePath": true} |
| 628 | + { |
| 629 | + "$ref": "#/definitions/ruleSet-condition" |
| 630 | + }, |
| 631 | + { |
| 632 | + "absolutePath": true |
| 633 | + } |
618 | 634 | ] |
619 | 635 | }, |
620 | 636 | "resourceQuery": { |
|
625 | 641 | }, |
626 | 642 | "test": { |
627 | 643 | "allOf": [ |
628 | | - {"$ref": "#/definitions/ruleSet-condition"}, |
629 | | - {"absolutePath": true} |
| 644 | + { |
| 645 | + "$ref": "#/definitions/ruleSet-condition" |
| 646 | + }, |
| 647 | + { |
| 648 | + "absolutePath": true |
| 649 | + } |
630 | 650 | ] |
631 | 651 | }, |
632 | 652 | "use": { |
|
876 | 896 | "type": "object", |
877 | 897 | "properties": { |
878 | 898 | "context": { |
879 | | - "type": "string", |
880 | | - "description": "context directory for request shortening" |
| 899 | + "type": "string", |
| 900 | + "description": "context directory for request shortening" |
881 | 901 | }, |
882 | 902 | "hash": { |
883 | | - "type": "boolean", |
884 | | - "description": "add the hash of the compilation" |
| 903 | + "type": "boolean", |
| 904 | + "description": "add the hash of the compilation" |
885 | 905 | }, |
886 | 906 | "version": { |
887 | | - "type": "boolean", |
888 | | - "description": "add webpack version information" |
| 907 | + "type": "boolean", |
| 908 | + "description": "add webpack version information" |
889 | 909 | }, |
890 | 910 | "timings": { |
891 | | - "type": "boolean", |
892 | | - "description": "add timing information" |
| 911 | + "type": "boolean", |
| 912 | + "description": "add timing information" |
893 | 913 | }, |
894 | 914 | "assets": { |
895 | | - "type": "boolean", |
896 | | - "description": "add assets information" |
| 915 | + "type": "boolean", |
| 916 | + "description": "add assets information" |
897 | 917 | }, |
898 | 918 | "chunks": { |
899 | | - "type": "boolean", |
900 | | - "description": "add chunk information" |
| 919 | + "type": "boolean", |
| 920 | + "description": "add chunk information" |
901 | 921 | }, |
902 | 922 | "chunkModules": { |
903 | | - "type": "boolean", |
904 | | - "description": "add built modules information to chunk information" |
| 923 | + "type": "boolean", |
| 924 | + "description": "add built modules information to chunk information" |
905 | 925 | }, |
906 | 926 | "modules": { |
907 | | - "type": "boolean", |
908 | | - "description": "add built modules information" |
| 927 | + "type": "boolean", |
| 928 | + "description": "add built modules information" |
909 | 929 | }, |
910 | 930 | "children": { |
911 | | - "type": "boolean", |
912 | | - "description": "add children information" |
| 931 | + "type": "boolean", |
| 932 | + "description": "add children information" |
913 | 933 | }, |
914 | 934 | "cached": { |
915 | | - "type": "boolean", |
916 | | - "description": "add also information about cached (not built) modules" |
| 935 | + "type": "boolean", |
| 936 | + "description": "add also information about cached (not built) modules" |
917 | 937 | }, |
918 | 938 | "reasons": { |
919 | | - "type": "boolean", |
920 | | - "description": "add information about the reasons why modules are included" |
| 939 | + "type": "boolean", |
| 940 | + "description": "add information about the reasons why modules are included" |
921 | 941 | }, |
922 | 942 | "source": { |
923 | | - "type": "boolean", |
924 | | - "description": "add the source code of modules" |
| 943 | + "type": "boolean", |
| 944 | + "description": "add the source code of modules" |
925 | 945 | }, |
926 | 946 | "errorDetails": { |
927 | | - "type": "boolean", |
928 | | - "description": "add details to errors (like resolving log)" |
| 947 | + "type": "boolean", |
| 948 | + "description": "add details to errors (like resolving log)" |
929 | 949 | }, |
930 | 950 | "chunkOrigins": { |
931 | | - "type": "boolean", |
932 | | - "description": "add the origins of chunks and chunk merging info" |
| 951 | + "type": "boolean", |
| 952 | + "description": "add the origins of chunks and chunk merging info" |
933 | 953 | }, |
934 | 954 | "modulesSort": { |
935 | | - "type": "string", |
936 | | - "description": "sort the modules by that field" |
| 955 | + "type": "string", |
| 956 | + "description": "sort the modules by that field" |
937 | 957 | }, |
938 | 958 | "chunksSort": { |
939 | | - "type": "string", |
940 | | - "description": "sort the chunks by that field" |
| 959 | + "type": "string", |
| 960 | + "description": "sort the chunks by that field" |
941 | 961 | }, |
942 | 962 | "assetsSort": { |
943 | | - "type": "string", |
944 | | - "description": "sort the assets by that field" |
| 963 | + "type": "string", |
| 964 | + "description": "sort the assets by that field" |
945 | 965 | } |
946 | 966 | } |
947 | 967 | }, |
|
0 commit comments