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
I'm using the Vite React implementation.
I was using the swc-plugin-graphql-codegen-client-preset-optimizer-test version without any problems but after updating some deps this one stopped working.
Which packages are impacted by your issue?
@graphql-codegen/client-preset-swc-plugin
Describe the bug
I'm using the Vite React implementation.
I was using the
swc-plugin-graphql-codegen-client-preset-optimizer-test
version without any problems but after updating some deps this one stopped working.Same with the following config:
where react is an import as
import react from '@vitejs/plugin-react-swc';
I always get the same error:
removing the plugin altogether fixes my issue.
Your Example Website or App
/
Steps to Reproduce the Bug or Issue
/
Expected behavior
Build should not fail
Screenshots or Videos
No response
Platform
graphql
version: [e.g. ^16.6.0]@graphql-codegen/*
version(s): [e.g. 3.2.2 and client-preset 2.1.1]Codegen Config File
Additional context
No response
The text was updated successfully, but these errors were encountered: