Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce schema size #9

Merged
merged 1 commit into from
Jun 5, 2023
Merged

Reduce schema size #9

merged 1 commit into from
Jun 5, 2023

Conversation

TrySound
Copy link
Collaborator

@TrySound TrySound commented Jun 5, 2023

Here reduced schema size from by enablinng codegen options to not include unused data in types.
Though it still generates every enum.

dist/generated/index.d.ts: 1,155,205b -> 260,449b
dist/generated/index.js: 174,603b -> 6,209b

Here reduced schema size from by enablinng codegen options
to not include unused data in types.
Though it still generates every enum.

dist/__generated__/index.d.ts: 1,155,205b -> 260,449b
dist/__generated__/index.js: 174,603b -> 6,209b
@renatorib renatorib merged commit b3739ec into renatorib:master Jun 5, 2023
@TrySound TrySound deleted the reduce-schema-size branch June 5, 2023 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants