Fpapranecx
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
-
Created Importing ".graphql" file gives cannot resolve warning
Hi, I am using Webpack for loading ".graphql" files with graphql-tag/loader like this: { test: /\.(graphql|gql)$/, exclude: /node_modules/, loader: 'graphql-tag/loader',}, Then in my code...