You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While uglify or related minifiers will ultimately minify the javascript generated, the JSON schema embedded in the runtimeValidators.js file will remain verbose. We should add some capability to minify the schema as much as we can.
Obviously we can't minify the names of fields we're checking, but we can minify things like references.
The text was updated successfully, but these errors were encountered:
While uglify or related minifiers will ultimately minify the javascript generated, the JSON schema embedded in the
runtimeValidators.js
file will remain verbose. We should add some capability to minify the schema as much as we can.Obviously we can't minify the names of fields we're checking, but we can minify things like references.
The text was updated successfully, but these errors were encountered: