Skip to content
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

Graphql loader included #108

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

emre-haufe-canei
Copy link

fixes #58

What I did:

  • extended webpack.config file and add loader to use graphql-tag/loader
  • installed graphql-tag add depenedency
  • update readme

@mohamedGamalAbuGalala
Copy link

Please check #65
It has support for gql/graphql files but in the beta branch

@jayair
Copy link
Member

jayair commented Jul 3, 2020

@emre-haufe-canei Sorry for the confusion. @mohamedGamalAbuGalala added support for this in the beta branch. You can try it using:

$ npm install --save-dev [email protected]

Give it a try and feel free to submit and suggestions.

@emre-haufe-canei
Copy link
Author

You can try it using:

$ npm install --save-dev [email protected]

Give it a try and feel free to submit and suggestions.

@jayair Thanks for the feedback. I am currently using beta version in development. It works as expected. In think it's better to have no dependency to third party packages for unit tests to keep them light and independent.

@thomaschaaf
Copy link
Contributor

If this PR is not needed anymore, would you mind closing it? 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for graphql loaders?
4 participants