Replies: 1 comment
-
I am in a similar situation, I use NextJS and the webpack option we have to load .graphql files
This loads .gql files as Here is also a relevant SO question |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, using webpack I used to import graphql files directly in my modules:
next.config.js
then in my modules I would do:
now turbopack does not recognize importing of .graphql files out of the box, how do I approach this problem?
Beta Was this translation helpful? Give feedback.
All reactions