summaryrefslogtreecommitdiffstats
path: root/frontend/next.config.js
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-06-14 16:44:21 -0400
committerWes Bos <wesbos@gmail.com>2018-06-14 16:44:21 -0400
commitb1600adec47a04f60e1da07d94a3ed3906ff5aee (patch)
tree828f786da6806d7237ee5cbc5df61e552353b85b /frontend/next.config.js
parenta95e08cd2dd5d7ec0a0412adae02515a5f9cec4f (diff)
starter files
Diffstat (limited to 'frontend/next.config.js')
-rw-r--r--frontend/next.config.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/frontend/next.config.js b/frontend/next.config.js
deleted file mode 100644
index 4aa3ab0..0000000
--- a/frontend/next.config.js
+++ /dev/null
@@ -1,3 +0,0 @@
-const withGraphql = require('next-plugin-graphql')
-
-module.exports = withGraphql()