It would be great if you could extend *.graphql file detection for the webpack configuration like described here: http://dev.apollodata.com/react/webpack.html
This would need to get included:
loaders: [
{
test: /\.(graphql|gql)$/,
exclude: /node_modules/,
loader: 'graphql-tag/loader'
}
]
Thanks!
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c131">#c131</a>)</em></sub></div>