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
1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox
Make sure to fork this template and run yarn generate in the terminal.
Please make sure the Codegen and plugins version under package.json matches yours.
2. A failing test has been provided
3. A local solution has been provided
4. A pull request is pending review
Describe the bug
As mentioned in a downstream issue in graphql-codegen it looks like loading cosmiconfig-typescript-loader default export is buggy in esm. The "simple" fix would be to use default-import until this is addressed upstream.
Issue workflow progress
Progress of the issue based on the Contributor Workflow
Describe the bug
As mentioned in a downstream issue in
graphql-codegen
it looks like loadingcosmiconfig-typescript-loader
default export is buggy in esm. The "simple" fix would be to usedefault-import
until this is addressed upstream.To Reproduce
npm run codegen
Expected behavior
execution without error
Environment:
The text was updated successfully, but these errors were encountered: