diff --git a/client/build/webpack.base.conf.js b/client/build/webpack.base.conf.js index 92b83292..3e770a5a 100644 --- a/client/build/webpack.base.conf.js +++ b/client/build/webpack.base.conf.js @@ -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)(\?.*)?$/,