@@ -624,14 +624,7 @@ module.exports = function (environment) {
624624 keyMap: " data-key-map" ,
625625 normalizer: " data-normalizer" ,
626626 validator: " data-validator" ,
627- },
628- skipStoreService: false ,
629- skipBucketService: false ,
630- skipCoordinatorService: false ,
631- skipSchemaService: false ,
632- skipKeyMapService: false ,
633- skipNormalizerService: false ,
634- skipValidatorService: false ,
627+ }
635628 },
636629 };
637630
@@ -680,9 +673,7 @@ service that is injected into all sources.
680673Validators are useful to ensure that your data matches its type expectations and
681674that operations and query expressions are well formed. Of course, they also add
682675some extra code and processing, which you may want to eliminate (or perhaps only
683- for production environments). You can disable validators across all sources by
684- setting Orbit's ` skipValidatorService ` environment flag to ` false ` in
685- ` config/environment ` , as described above.
676+ for production environments).
686677
687678If you want to use validators but extend them to include custom validators, you
688679can override the standard validator service by generating your own
0 commit comments