Tidy the .babelrc file.

This commit is contained in:
Jayden Seric 2020-06-09 00:52:33 +10:00
parent cea5ce41f6
commit b3d425141e

View File

@ -1,4 +1,5 @@
{
"plugins": ["graphql-tag"],
"presets": [
[
"next/babel",
@ -8,6 +9,5 @@
}
}
]
],
"plugins": ["graphql-tag"]
]
}