luckycatfactory / esbuild-graphql-loader

An esbuild Plugin Allowing for GraphQL File imports
44 stars 8 forks source link

Feat: Add support for .gql files #28

Closed chrskerr closed 1 year ago

chrskerr commented 2 years ago

We are running a patched version of this package (it was less work than renaming all of our .gql files to .graphql) without any problems, so am sharing upstream in case you'd like to merge it in!

Cheers Chris

louisscruz commented 1 year ago

Thank you for the PR! It looks like CI didn't run due to a misconfiguration on the repo. Today I updated CI so that CI would run for fork PRs as expected.

I ended up picking the change from here into another PR. There were a few tiny things that needed changing for it to be added:

(These would have popped up in this PR if CI had been running correctly.)

Anyways, your change is in! It's been released in 3.8.0.

Thank you for the contribution!

louisscruz commented 1 year ago

Closed with https://github.com/luckycatfactory/esbuild-graphql-loader/pull/32