Skip to content

Instantly share code, notes, and snippets.

@mohsen89z
Created May 9, 2019 10:59
Show Gist options
  • Save mohsen89z/a86df8de7523ed52b023bbb9520fb1db to your computer and use it in GitHub Desktop.
Save mohsen89z/a86df8de7523ed52b023bbb9520fb1db to your computer and use it in GitHub Desktop.
Resolve .graphql import for medium
module.exports = {
...
module: {
...
rules: [
...
{
test: /\.graphql$/,
exclude: /node_modules/,
loader: 'graphql-tag/loader',
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment