-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
fix: client preset babel plugin esm runtime error #9817
fix: client preset babel plugin esm runtime error #9817
Conversation
Trying to fix dotansimha#9774
🦋 Changeset detectedLatest commit: 68600cf The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
is there a way to add some sort of test for this? Also can you please create changeset |
Test requires that there is Creating test with |
@nikitalocalhost Thank you for this fix and sorry for the long time waiting for a review. 😓 |
Description
Closes #9774
When
package.json
fieldtype
set tomodule
, babel errors with enabled@graphql-codegen/client-preset
:With this it now builds
Trying to fix #9774
Type of change
How Has This Been Tested?
now builds
Test Environment:
@graphql-codegen/client-preset@4.1.0
:Checklist: