diff --git a/app/.babelrc b/app/.babelrc index 0feeb14..cc2fdfd 100644 --- a/app/.babelrc +++ b/app/.babelrc @@ -1,4 +1,5 @@ { + "plugins": ["graphql-tag"], "presets": [ [ "next/babel", @@ -8,6 +9,5 @@ } } ] - ], - "plugins": ["graphql-tag"] + ] }