Graphql loader included
fixes #58
What I did:
- extended webpack.config file and add loader to use graphql-tag/loader
- installed graphql-tag add depenedency
- update readme
Please check #65
It has support for gql/graphql files but in the beta branch
@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.
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.
If this PR is not needed anymore, would you mind closing it? 🙌