Replies: 2 comments
-
|
Can you share a minimal reproduction. You can either use StackBlitz, CodeSandbox or a public GitHub repo. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It is a different preset, but I think it is close. I have confirmed that bundle size can be reduced by setting up babelPlugin. The source code is also included, which may be helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to use
@graphql-codegen/gql-tag-operations-presetbut got issues with unknown fragments when running queries. The documentation says to use the BabelPlugin for this but it doesn't change anything for me, I still get same error. Any ideas as to what I should try next?From my vite config:
From my codegen.ts:
Beta Was this translation helpful? Give feedback.
All reactions