serverless-bundle icon indicating copy to clipboard operation
serverless-bundle copied to clipboard

Graphql loader included

Open emre-haufe-canei opened this issue 5 years ago • 4 comments

fixes #58

What I did:

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

emre-haufe-canei avatar Jul 01 '20 16:07 emre-haufe-canei

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

mohamedGamalAbuGalala avatar Jul 01 '20 16:07 mohamedGamalAbuGalala

@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.

jayair avatar Jul 03 '20 00:07 jayair

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.

emre-haufe-canei avatar Jul 03 '20 07:07 emre-haufe-canei

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

thomaschaaf avatar Apr 16 '21 09:04 thomaschaaf