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