diff options
| author | Luis Alvarez <luisito453@gmail.com> | 2018-05-15 10:24:31 -0500 |
|---|---|---|
| committer | Luis Alvarez <luisito453@gmail.com> | 2018-05-15 10:24:31 -0500 |
| commit | c1bba67bb267adf2597a0ed5d0035d81dbdb412b (patch) | |
| tree | 83ac331a7587c32e17746e435e45545f1055402c /frontend/next.config.js | |
| parent | cd191eddc553ea15ac6e9135cb5e9055e3552e88 (diff) | |
Config for .graphql files
Diffstat (limited to 'frontend/next.config.js')
| -rw-r--r-- | frontend/next.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
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() |
