Re-add old GraphQL loader
This commit is contained in:
parent
523f3d5f88
commit
c002b15ec6
|
|
@ -69,15 +69,8 @@ module.exports = {
|
|||
},
|
||||
{
|
||||
test: /\.(gql|graphql)$/,
|
||||
use: [
|
||||
{
|
||||
loader: 'webpack-graphql-loader',
|
||||
options: {
|
||||
output: 'document',
|
||||
},
|
||||
},
|
||||
],
|
||||
exclude: /node_modules/,
|
||||
loader: 'graphql-tag/loader',
|
||||
exclude: /node_modules/
|
||||
},
|
||||
{
|
||||
test: /\.(png|jpe?g|gif|svg)(\?.*)?$/,
|
||||
|
|
|
|||
Loading…
Reference in New Issue