From b3d425141e2f04be1fc29afda88035611692c25f Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Tue, 9 Jun 2020 00:52:33 +1000 Subject: [PATCH] Tidy the .babelrc file. --- app/.babelrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] + ] }