danielwaltz / vite-plugin-graphql-codegen

Zero-config vite plugin that uses the vite file watcher to run graphql codegen programmatically without needing to start a separate watcher
https://www.npmjs.com/package/vite-plugin-graphql-codegen
MIT License
83 stars 8 forks source link

fix: removes module export #9

Closed andrew-w-ross closed 2 years ago

andrew-w-ross commented 2 years ago

Might be worth adding two example projects, one commonjs and one esm. In your ci link both and see if it executes cleanly.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 2.2.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

andrew-w-ross commented 2 years ago

@danielwaltz Well in this case there are two issues outside of this project that need to be fixed before this can turned into a module. The graphql config issue I mentioned and this tsup issue.