Skip to content

Commit

Permalink
Fix next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
realparadise committed Apr 21, 2023
1 parent 3d7e2a9 commit 807d29a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ module.exports = {
},
experimental: {
swcPlugins: [
// [
// '@graphql-codegen/client-preset-swc-plugin',
// { artifactDirectory: './src/lib/graphql/', gqlTagName: 'graphql' },
// ],
[
'@graphql-codegen/client-preset-swc-plugin',
{ artifactDirectory: './src/lib/graphql/', gqlTagName: 'graphql' },
],
],
},
}

0 comments on commit 807d29a

Please sign in to comment.