graphql-mesh icon indicating copy to clipboard operation
graphql-mesh copied to clipboard

IDEA: Use AJV's standalone compiler to reduce the bundle size for JSON Schema loader

Open ardatan opened this issue 3 years ago • 0 comments

Today AJV is part of JSON Schema loader. We can compile JSON Schemas on build time so ajv dependency will no longer be needed on runtime. https://ajv.js.org/standalone.html

ardatan avatar Jun 29 '22 09:06 ardatan