From c1bba67bb267adf2597a0ed5d0035d81dbdb412b Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Tue, 15 May 2018 10:24:31 -0500 Subject: Config for .graphql files --- frontend/next.config.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 frontend/next.config.js (limited to 'frontend/next.config.js') diff --git a/frontend/next.config.js b/frontend/next.config.js new file mode 100644 index 0000000..4aa3ab0 --- /dev/null +++ b/frontend/next.config.js @@ -0,0 +1,3 @@ +const withGraphql = require('next-plugin-graphql') + +module.exports = withGraphql() -- cgit v1.3